mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
ac4379fea9
Erase regions even when failing to normalize type in MIR opts The first commit just moves the tests around. Fixes https://github.com/rust-lang/rust/issues/108720 cc `@saethlin`