Skip to content

Commit 8d024e7

Browse files
committed
do not talk about "binders"
1 parent 2e1bb31 commit 8d024e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2024-06-20-types-team-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ We intend to slowly roll out the solver in other areas of the compiler until we'
141141
to fully remove the existing implementation by the end of 2025. This switch will fix
142142
multiple unsound issues by itself and will unblock a significant amount of future work.
143143
It will generally cleanup many rough edges of the type system, such as associated types
144-
in binders. There are many unsound issues which can only be fixed once we exclusively
144+
in higher-ranked types. There are many unsound issues which can only be fixed once we exclusively
145145
use the new implementation.
146146

147147
### `a-mir-formality`
@@ -196,7 +196,7 @@ and `dyn`-trait upcasting, which will hopefully get stabilized in the near futur
196196
## EOY 2027
197197

198198
- next-generation trait solver
199-
- support for coinduction and where-bounds on binders
199+
- support for coinduction and (implicit) where-bounds on `for<'a>`
200200
- enable perfect derive
201201
- a-mir-formality fully model soundness critical parts of Rust
202202
- all known type system unsoundnesses fixed

0 commit comments

Comments
 (0)