File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The overall flow of the borrow checker is as follows:
4242 include references to the new regions that we are computing.
4343- We then invoke ` nll::replace_regions_in_mir ` to modify this copy C.
4444 Among other things, this function will replace all of the regions in
45- the MIR with fresh [ inference variables] ( glossary.html ) .
45+ the MIR with fresh [ inference variables] ( ./appendix- glossary.html) .
4646 - (More details can be found in [ the regionck section] ( ./mir-regionck.html ) .)
4747- Next, we perform a number of [ dataflow analyses] ( ./appendix-background.html#dataflow )
4848 that compute what data is moved and when. The results of these analyses
Original file line number Diff line number Diff line change @@ -239,4 +239,4 @@ but [you can read about those below](#promoted)).
239239[ mir ] : https://github.com/rust-lang/rust/tree/master/src/librustc/mir
240240[ mirmanip ] : https://github.com/rust-lang/rust/tree/master/src/librustc_mir
241241[ mir ] : https://github.com/rust-lang/rust/tree/master/src/librustc/mir
242- [ newtype'd ] : glossary.html
242+ [ newtype'd ] : appendix- glossary.html
You can’t perform that action at this time.
0 commit comments