We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de40318 commit 475013fCopy full SHA for 475013f
src/rustc/middle/typeck/check/regionck.rs
@@ -2,7 +2,7 @@
2
3
The region check is a final pass that runs over the AST after we have
4
inferred the type constraints but before we have actually finalized
5
-the types. It's purpose is to embed some final region constraints.
+the types. Its purpose is to embed some final region constraints.
6
The reason that this is not done earlier is that sometimes we don't
7
know whether a given type will be a region pointer or not until this
8
phase.
0 commit comments