mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
Move normalize_erasing_regions to rustc::ty.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user