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 c83eb53 commit 6e45e5dCopy full SHA for 6e45e5d
src/doc/rustc-dev-guide/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