Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr authored and compiler-errors committed Apr 26, 2023
1 parent 635bab1 commit 533a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve/trait-solving.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ is special behavior for `'static`.

We also have to be careful with relying on equality of regions in the trait solver.
This is fine for codegen, as we treat all erased regions are equal. We can however
loose equality information from HIR to MIR typeck.
lose equality information from HIR to MIR typeck.

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

Expand Down

0 comments on commit 533a8ec

Please sign in to comment.