Skip to content

Commit

Permalink
Move THIR structure definitions to rustc_middle
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSeulArtichaut committed May 22, 2021
1 parent 70cb58c commit bd80018
Show file tree
Hide file tree
Showing 26 changed files with 833 additions and 825 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_middle/src/lib.rs
Expand Up @@ -83,6 +83,7 @@ pub mod infer;
pub mod lint;
pub mod middle;
pub mod mir;
pub mod thir;
pub mod traits;
pub mod ty;

Expand Down

0 comments on commit bd80018

Please sign in to comment.