Commit b3ac526
committed
Auto merge of rust-lang#82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726
Shorten `rustc_middle::ty::mod`
Related to rust-lang#60302.
This PR moves all `Adt*`, `Assoc*`, `Generic*`, and `UpVar*` types to separate files.
This, alongside some `use` reordering, puts `mod.rs` at ~2,200 lines, thus removing the `// ignore-tidy-filelength`.
The particular groups were chosen as they had 4 or more "substantive" members.File tree
5 files changed
+1279
-1240
lines changed- compiler/rustc_middle/src/ty
5 files changed
+1279
-1240
lines changed
0 commit comments