mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
bd094fb573
Move code into `rustc_mir_transform` I found two modules in other crates that are better placed in `rustc_mir_transform`, because that's the only crate that uses them. r? ``@matthewjasper``