Move THIR structure definitions to rustc_middle

This commit is contained in:
LeSeulArtichaut 2021-04-04 02:24:02 +02:00
parent 70cb58ce27
commit bd80018159
26 changed files with 832 additions and 824 deletions

View file

@ -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;