mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +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.