Skip to content

Commit 6e45e5d

Browse files
lcnrcompiler-errors
authored andcommitted
typo
1 parent c83eb53 commit 6e45e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/solve/trait-solving.md

Lines changed: 1 addition & 1 deletion
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)