From ee48f820bf00f6555d96cd3972a28486d6b34b78 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Tue, 6 Aug 2019 04:01:55 +0200 Subject: [PATCH] Update README.md --- src/librustc/infer/lexical_region_resolve/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/infer/lexical_region_resolve/README.md b/src/librustc/infer/lexical_region_resolve/README.md index 56320636a67..7eb4da86ec0 100644 --- a/src/librustc/infer/lexical_region_resolve/README.md +++ b/src/librustc/infer/lexical_region_resolve/README.md @@ -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 -- 2.44.0