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
E0243 and E0244 are both errors about providing the wrong number of generic arguments. Having both is unnecessary: it'd be better if they were unified with E0107 — the analogous error for lifetimes.
GenericArgMismatchErrorCode can go once this is done.