Thank you link checker!

This commit is contained in:
Michael Bryan 2018-03-07 22:32:45 +08:00 committed by Who? Me?!
parent ea7b99943a
commit 1c8a0a94a4
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ The overall flow of the borrow checker is as follows:
include references to the new regions that we are computing.
- We then invoke `nll::replace_regions_in_mir` to modify this copy C.
Among other things, this function will replace all of the regions in
the MIR with fresh [inference variables](glossary.html).
the MIR with fresh [inference variables](./appendix-glossary.html).
- (More details can be found in [the regionck section](./mir-regionck.html).)
- Next, we perform a number of [dataflow analyses](./appendix-background.html#dataflow)
that compute what data is moved and when. The results of these analyses

View File

@ -239,4 +239,4 @@ but [you can read about those below](#promoted)).
[mir]: https://github.com/rust-lang/rust/tree/master/src/librustc/mir
[mirmanip]: https://github.com/rust-lang/rust/tree/master/src/librustc_mir
[mir]: https://github.com/rust-lang/rust/tree/master/src/librustc/mir
[newtype'd]: glossary.html
[newtype'd]: appendix-glossary.html