Skip to content

Commit a80bff8

Browse files
committed
Move normalize_erasing_regions to rustc::ty.
1 parent 7770bce commit a80bff8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/librustc/traits/query/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub mod dropck_outlives;
1313
pub mod evaluate_obligation;
1414
pub mod method_autoderef;
1515
pub mod normalize;
16-
pub mod normalize_erasing_regions;
1716
pub mod outlives_bounds;
1817
pub mod type_op;
1918

src/librustc/ty/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ pub mod flags;
109109
pub mod fold;
110110
pub mod inhabitedness;
111111
pub mod layout;
112+
pub mod normalize_erasing_regions;
112113
pub mod outlives;
113114
pub mod print;
114115
pub mod query;

0 commit comments

Comments
 (0)