rust/compiler/rustc_middle
Nicholas Nethercote 28b75a384e Move MirPatch from rustc_middle to rustc_mir_transform.
Because it's only used in `rustc_mir_transform`. (Presumably it is
currently in `rustc_middle` because lots of other MIR-related stuff is,
but that's not a hard requirement.) And because `rustc_middle` is huge
and it's always good to make it smaller.
2025-02-14 16:15:57 +11:00
..
src Move MirPatch from rustc_middle to rustc_mir_transform. 2025-02-14 16:15:57 +11:00
Cargo.toml Removed dependency on the field-offset crate. 2025-02-05 17:56:06 +01:00
messages.ftl compiler: Make middle errors pub(crate) and bury some dead code 2025-02-11 21:57:05 -08:00
README.md

For more information about how rustc works, see the rustc dev guide.