mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
2ce9b574a4
Normalize types and consts in MIR opts. Some passes were using a non-RevealAll param_env, which is needlessly restrictive in mir-opts. As a drive-by, we normalize all constants, since just normalizing their types is not enough.