Skip to content

Commit 533a8ec

Browse files
lcnrcompiler-errors
authored andcommitted
typo
1 parent 635bab1 commit 533a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/trait-solving.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ is special behavior for `'static`.
9898

9999
We also have to be careful with relying on equality of regions in the trait solver.
100100
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.
101+
lose equality information from HIR to MIR typeck.
102102

103103
### 7. Removing ambiguity makes strictly more things compile
104104

0 commit comments

Comments
 (0)