1
Fork 0

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.
This commit is contained in:
Dylan MacKenzie 2020-09-24 16:15:41 -07:00
parent 1ff143191c
commit 3cbd17fcc6
6 changed files with 8 additions and 42 deletions

View file

@ -885,7 +885,6 @@ symbols! {
rustc,
rustc_allocator,
rustc_allocator_nounwind,
rustc_allow_const_fn_ptr,
rustc_args_required_const,
rustc_attrs,
rustc_builtin_macro,