We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69e4f21 + 653a214 commit 4805c21Copy full SHA for 4805c21
compiler/rustc_typeck/src/check/mod.rs
@@ -25,7 +25,7 @@ can be broken down into several distinct phases:
25
26
- regionck: after main is complete, the regionck pass goes over all
27
types looking for regions and making sure that they did not escape
28
- 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
29
final assignments of the various region variables if there is some
30
flexibility.
31
0 commit comments