rust-lang / types-team

Home of the "types team", affiliated with the compiler and lang teams.
https://rust-lang.github.io/types-team/
Apache License 2.0
95 stars 19 forks source link

discuss projection equality #51

Closed BoxyUwU closed 1 year ago

BoxyUwU commented 2 years ago

Summary

Talk about rust-lang/rust#96912 (and generally how projection equality should look like)

Rationale

for<'a> <_ as Trait<'a>>::Assoc: Other bounds resulting in an error is a problem i keep seeing encountered

Also there's a weird hacky change to selection in this PR to fix a typenum regression which definitely seems good to talk about before merged :thinking:

BoxyUwU commented 1 year ago

This meeting was had here with this document