rust/compiler/rustc_const_eval
Ralf Jung 8849ac6042 tcx.is_const_fn doesn't work the way it is described, remove it
Then we can rename the _raw functions to drop their suffix, and instead
explicitly use is_stable_const_fn for the few cases where that is really what
you want.
2024-10-25 20:52:39 +02:00
..
src tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
Cargo.toml compiler: Factor rustc_target::abi out of const_eval 2024-10-08 18:24:56 -07:00
messages.ftl Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00