We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635bab1 commit 533a8ecCopy full SHA for 533a8ec
src/solve/trait-solving.md
@@ -98,7 +98,7 @@ 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
101
-loose equality information from HIR to MIR typeck.
+lose equality information from HIR to MIR typeck.
102
103
### 7. Removing ambiguity makes strictly more things compile
104
0 commit comments