Move normalize_erasing_regions to rustc::ty.

This commit is contained in:
Camille GILLOT
2020-01-05 19:43:25 +01:00
parent 7770bce178
commit a80bff87c1
3 changed files with 1 additions and 1 deletions
-1
View File
@@ -13,7 +13,6 @@
pub mod evaluate_obligation;
pub mod method_autoderef;
pub mod normalize;
pub mod normalize_erasing_regions;
pub mod outlives_bounds;
pub mod type_op;
+1
View File
@@ -109,6 +109,7 @@
pub mod fold;
pub mod inhabitedness;
pub mod layout;
pub mod normalize_erasing_regions;
pub mod outlives;
pub mod print;
pub mod query;