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
[ConstraintSystem] Deduplicate generic requirements after merging type variables
This comes up, for example, when `Self` type parameter is bound to its
argument in a member reference, both argument and parameter can refer
to exact same requirements, that have to be deduplicated otherwise
they are just going to get "fixed" N times, which complicates diagnostics.
0 commit comments