Skip to content

Commit 3435363

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/lifetime_parameters.md
Co-Authored-By: lqd <[email protected]>
1 parent 13691d6 commit 3435363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/lifetime_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the [`UniversalRegionRelations`] struct would track that `'a: 'b` is
3030
known to hold (which could be tested with the [`outlives`] function.
3131

3232
[`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
3434
[`outlives`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/borrow_check/nll/type_check/free_region_relations/struct.UniversalRegionRelations.html#method.outlives
3535

3636
## Everything is a region variable

0 commit comments

Comments
 (0)