Skip to content

Commit a5a3fd4

Browse files
lcnrtshepang
andauthored
Update src/solve/invariants.md
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
1 parent f8aea29 commit a5a3fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/invariants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We do however break this invariant in a few cases, some of which are due to bugs
121121
If a goal can be proven in a generic environment, the goal should still hold after instantiating
122122
it with fully concrete types and no where-clauses in scope.
123123

124-
This is assumed by codegen whicih ICEs when encountering non-overflow ambiguity. This invariant is currently broken by specialization ([#147507](https://github.com/rust-lang/rust/issues/147507)) and by marker traits ([#149502](https://github.com/rust-lang/rust/issues/149502)).
124+
This is assumed by codegen which ICEs when encountering non-overflow ambiguity. This invariant is currently broken by specialization ([#147507](https://github.com/rust-lang/rust/issues/147507)) and by marker traits ([#149502](https://github.com/rust-lang/rust/issues/149502)).
125125

126126
#### The type system is complete during the implicit negative overlap check in coherence ✅
127127

0 commit comments

Comments
 (0)