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
privacy: reachability: Don't ICE on traits' Self generic parameter
The `Self` type of a Trait is part of its generic parameter list. This
fails lookup since it's not a properly defined type. We need to be able
to identify `Self` parameters and skip them in the reachability pass.
0 commit comments