Move normalize_erasing_regions to rustc::ty.
This commit is contained in:
parent
7770bce178
commit
a80bff87c1
3 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue