rust/compiler/rustc_middle
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
..
benches
src Remove rustc_allow_const_fn_ptr 2020-09-27 10:46:41 -07:00
Cargo.toml Upgrade chalk to 0.28.0 2020-09-24 20:54:33 +02:00
README.md

For more information about how rustc works, see the rustc dev guide.