File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ the [`mir_borrowck`] query.
37
37
we will modify this copy in place to modify the types and things to
38
38
include references to the new regions that we are computing.
39
39
- We then invoke [ ` replace_regions_in_mir ` ] to modify our local MIR.
40
- Among other things, this function will replace all of the [ regions] ( ./appendix/glossary.md#region ) in
41
- the MIR with fresh [ inference variables] ( ./appendix/glossary.md#inf-var ) .
40
+ Among other things, this function will replace all of the [ regions] ( ./appendix/glossary.md#region )
41
+ in the MIR with fresh [ inference variables] ( ./appendix/glossary.md#inf-var ) .
42
42
- Next, we perform a number of
43
43
[ dataflow analyses] ( ./appendix/background.md#dataflow ) that
44
44
compute what data is moved and when.
You can’t perform that action at this time.
0 commit comments