Skip to content

Commit

Permalink
Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg
Browse files Browse the repository at this point in the history
Fix #63313

Fixes #63313

r? @alexreg
  • Loading branch information
Centril committed Aug 6, 2019
2 parents 5710a23 + ee48f82 commit c27405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/infer/lexical_region_resolve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c27405f

Please sign in to comment.