mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +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``