mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:06:53 +00:00
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`