mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Rollup merge of #99316 - tshepang:clearer, r=compiler-errors
docs: add missing word
This commit is contained in:
commit
4805c215c8
@ -25,7 +25,7 @@ can be broken down into several distinct phases:
|
|||||||
|
|
||||||
- regionck: after main is complete, the regionck pass goes over all
|
- regionck: after main is complete, the regionck pass goes over all
|
||||||
types looking for regions and making sure that they did not escape
|
types looking for regions and making sure that they did not escape
|
||||||
into places they are not in scope. This may also influence the
|
into places where they are not in scope. This may also influence the
|
||||||
final assignments of the various region variables if there is some
|
final assignments of the various region variables if there is some
|
||||||
flexibility.
|
flexibility.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user