rust/compiler/rustc_attr
Dylan MacKenzie 3cbd17fcc6 Remove rustc_allow_const_fn_ptr
This was a hack to work around the lack of an escape hatch for the "min
`const fn`" checks in const-stable functions. Now that we have co-opted
`allow_internal_unstable` for this purpose, we no longer need the
bespoke attribute.
2020-09-27 10:46:41 -07:00
..
src Remove rustc_allow_const_fn_ptr 2020-09-27 10:46:41 -07:00
Cargo.toml