mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 23:56:51 +00:00
It's a function that does stuff with MIR and yet it weirdly has its own module in `rustc_middle::util`. This commit moves it into `rustc_middle::mir`, a more sensible home.