Skip to content

Commit

Permalink
Move normalize_erasing_regions to rustc::ty.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Jan 7, 2020
1 parent 7770bce commit a80bff8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/traits/query/mod.rs
Expand Up @@ -13,7 +13,6 @@ pub mod dropck_outlives;
pub mod evaluate_obligation;
pub mod method_autoderef;
pub mod normalize;
pub mod normalize_erasing_regions;
pub mod outlives_bounds;
pub mod type_op;

Expand Down
1 change: 1 addition & 0 deletions src/librustc/ty/mod.rs
Expand Up @@ -109,6 +109,7 @@ pub mod flags;
pub mod fold;
pub mod inhabitedness;
pub mod layout;
pub mod normalize_erasing_regions;
pub mod outlives;
pub mod print;
pub mod query;
Expand Down

0 comments on commit a80bff8

Please sign in to comment.