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 diagnostic regression for associated const equality
Restore the "associated const equality is incomplete" error message by
gating associated const equality spans with
`sym::associated_const_equality` and handling them specially in
feature_gate.rs to emit the correct diagnostic.
0 commit comments