mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-11 10:34:38 +00:00
const-eval: do not make UbChecks behavior depend on current crate's flags Fixes https://github.com/rust-lang/rust/issues/129552 Let's see if we can get away with just always enabling these checks.