Skip to content

Commit 07c92b8

Browse files
tshepangcompiler-errors
authored andcommitted
typo
1 parent 605c35a commit 07c92b8

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
@@ -97,7 +97,7 @@ all free regions during codegen we must not rely on them during typeck. A notewo
9797
is special behavior for `'static`.
9898

9999
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
100+
This is fine for codegen, as we treat all erased regions as equal. We can however
101101
lose equality information from HIR to MIR typeck.
102102

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

0 commit comments

Comments
 (0)