mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 12:01:23 +00:00
These are needed for rustc to be able to correctly handle stability of constness of intrinsics. Without either `rustc_const_unstable` or `rustc_const_stable` an intrinsic is not const evaluable at all.