You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worth testing that specific types can unify with each other. In that PR, we specifically talked about trait objects with different ordering of auto traits. I imagine there are other types that we can specifically test for unification.
Some things off the top of my head that I can think about:
Anything (including trait objects) with different ordering of where clauses
Originally mentioned in #531
It might be worth testing that specific types can unify with each other. In that PR, we specifically talked about trait objects with different ordering of auto traits. I imagine there are other types that we can specifically test for unification.
Some things off the top of my head that I can think about:
dyn
Raw
andRef
typesc.c. @Areredify @zaharidichev
The text was updated successfully, but these errors were encountered: