]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 6 Aug 2019 06:17:53 +0000 (08:17 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2019 06:17:53 +0000 (08:17 +0200)
Fix #63313

Fixes #63313

r? @alexreg

src/librustc/infer/lexical_region_resolve/README.md

index 56320636a67431a88e7616cfb7c9189936977ec3..7eb4da86ec081fb82b144431409186f0da1471f8 100644 (file)
@@ -6,7 +6,7 @@
 > As of edition 2018, region inference is done using Non-lexical lifetimes,
 > which is described in the guide and [this RFC].
 
-[rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
+[rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check/region_inference.html
 [this RFC]: https://github.com/rust-lang/rfcs/blob/master/text/2094-nll.md
 
 ## Terminology