We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e91f8d commit 0833cdbCopy full SHA for 0833cdb
src/borrow_check.md
@@ -37,8 +37,8 @@ the [`mir_borrowck`] query.
37
we will modify this copy in place to modify the types and things to
38
include references to the new regions that we are computing.
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).
+ Among other things, this function will replace all of the [regions](./appendix/glossary.md#region)
+ in the MIR with fresh [inference variables](./appendix/glossary.md#inf-var).
42
- Next, we perform a number of
43
[dataflow analyses](./appendix/background.md#dataflow) that
44
compute what data is moved and when.
0 commit comments