Skip to content

Commit c27405f

Browse files
authored
Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg
Fix #63313 Fixes #63313 r? @alexreg
2 parents 5710a23 + ee48f82 commit c27405f

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/infer/lexical_region_resolve

1 file changed

+1
-1
lines changed

src/librustc/infer/lexical_region_resolve/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> As of edition 2018, region inference is done using Non-lexical lifetimes,
77
> which is described in the guide and [this RFC].
88
9-
[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
9+
[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check/region_inference.html
1010
[this RFC]: https://github.com/rust-lang/rfcs/blob/master/text/2094-nll.md
1111

1212
## Terminology

0 commit comments

Comments
 (0)