Skip to content

Commit bd80018

Browse files
Move THIR structure definitions to rustc_middle
1 parent 70cb58c commit bd80018

File tree

26 files changed

+833
-825
lines changed

26 files changed

+833
-825
lines changed

compiler/rustc_middle/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub mod infer;
8383
pub mod lint;
8484
pub mod middle;
8585
pub mod mir;
86+
pub mod thir;
8687
pub mod traits;
8788
pub mod ty;
8889

0 commit comments

Comments
 (0)