We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9067465 commit 64963f8Copy full SHA for 64963f8
src/mir-regionck.md
@@ -20,7 +20,7 @@ The MIR-based region analysis consists of two major functions:
20
regions are the results of lexical region inference and hence are
21
not of much interest. The intention is that -- eventually -- they
22
will be "erased regions" (i.e., no information at all), since we
23
- don't be doing lexical region inference at all.
+ won't be doing lexical region inference at all.
24
- `compute_regions`, invoked second: this is given as argument the
25
results of move analysis. It has the job of computing values for all
26
the inference variabes that `replace_regions_in_mir` introduced.
0 commit comments