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
fix bug when trait arguments appear in receiver_ty
`ty::Substs` needs to have all type parameters present, even if they
aren’t being substituted. This caused an ICE during substitution if one
of the trait’s non-Self parameters (e.g. a lifetime) appeared in the
receiver type
0 commit comments