mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 17:37:40 +00:00
Validation is neither necessary nor desirable. The validation is already omitted at mir-opt-level >= 3, so there there are not changes in MIR test output (the propagation of invalid constants is covered by an existing test in tests/mir-opt/const_prop/invalid_constant.rs).