Skip to content

Commit

Permalink
Move nll_relate to relate::nll submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Dec 15, 2023
1 parent a8f87b1 commit 82148d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 714 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_infer/src/infer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ use self::region_constraints::{
RegionConstraintCollector, RegionConstraintStorage, RegionSnapshot,
};
pub use self::relate::combine::CombineFields;
pub use self::relate::nll as nll_relate;
use self::type_variable::{TypeVariableOrigin, TypeVariableOriginKind};

pub mod at;
Expand All @@ -60,7 +61,6 @@ pub mod free_regions;
mod freshen;
mod fudge;
mod lexical_region_resolve;
pub mod nll_relate;
pub mod opaque_types;
pub mod outlives;
mod projection;
Expand Down
Loading

0 comments on commit 82148d0

Please sign in to comment.