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:
42
42
include references to the new regions that we are computing.
43
43
- We then invoke ` nll::replace_regions_in_mir ` to modify this copy C.
44
44
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) .
46
46
- (More details can be found in [ the regionck section] ( ./mir-regionck.html ) .)
47
47
- Next, we perform a number of [ dataflow analyses] ( ./appendix-background.html#dataflow )
48
48
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)).
239
239
[ mir ] : https://github.com/rust-lang/rust/tree/master/src/librustc/mir
240
240
[ mirmanip ] : https://github.com/rust-lang/rust/tree/master/src/librustc_mir
241
241
[ 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