diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-06 04:01:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-06 04:01:55 +0200 |
| commit | ee48f820bf00f6555d96cd3972a28486d6b34b78 (patch) | |
| tree | 423bdec14af3511780e852e78a5771ae608c2f14 | |
| parent | c4715198b50d1cdaad44b6e250844362b77dcdd7 (diff) | |
| download | rust-ee48f820bf00f6555d96cd3972a28486d6b34b78.tar.gz rust-ee48f820bf00f6555d96cd3972a28486d6b34b78.zip | |
Update README.md
| -rw-r--r-- | src/librustc/infer/lexical_region_resolve/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
