File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/borrow_check/region_inference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ the [`UniversalRegionRelations`] struct would track that `'a: 'b` is
30
30
known to hold (which could be tested with the [ ` outlives ` ] function.
31
31
32
32
[ `UniversalRegions` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/nll/universal_regions/struct.UniversalRegions.html
33
- [ `UniversalRegionsRelations ` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/nll/type_check/free_region_relations/struct.UniversalRegionRelations.html
33
+ [ `UniversalRegionRelations ` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/nll/type_check/free_region_relations/struct.UniversalRegionRelations.html
34
34
[ `outlives` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/nll/type_check/free_region_relations/struct.UniversalRegionRelations.html#method.outlives
35
35
36
36
## Everything is a region variable
You can’t perform that action at this time.
0 commit comments