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
We used to (accidentally) accept some constants in patterns that don't even implement PartialEq. This is an accident and we'd like to hard-reject all such cases in the future. This lint catches those cases.