We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605c35a commit 07c92b8Copy full SHA for 07c92b8
src/solve/trait-solving.md
@@ -97,7 +97,7 @@ all free regions during codegen we must not rely on them during typeck. A notewo
97
is special behavior for `'static`.
98
99
We also have to be careful with relying on equality of regions in the trait solver.
100
-This is fine for codegen, as we treat all erased regions are equal. We can however
+This is fine for codegen, as we treat all erased regions as equal. We can however
101
lose equality information from HIR to MIR typeck.
102
103
### 7. Removing ambiguity makes strictly more things compile
0 commit comments