Skip to content

Commit 56e5eb5

Browse files
committed
rename mod region_obligations to outlives::obligations
1 parent 0c81d01 commit 56e5eb5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/librustc/infer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mod higher_ranked;
5555
pub mod lattice;
5656
mod lub;
5757
pub mod region_inference;
58-
mod region_obligations;
58+
mod outlives;
5959
pub mod resolve;
6060
mod freshen;
6161
mod sub;

src/librustc/infer/outlives/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mod obligations;

0 commit comments

Comments
 (0)