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
Auto merge of #64564 - jonas-schievink:cowardly-default, r=<try>
Deny specializing items not in the parent impl
Part of #29661 (rust-lang/rfcs#2532). At least sort of?
This was discussed in #61812 (comment) and is needed for that PR to make progress (fixing an unsoundness).
One annoyance with doing this is that it sometimes requires users to copy-paste a provided trait method into an impl just to mark it `default` (ie. there is no syntax to forward this impl method to the provided trait method).
cc @Centril and @arielb1
0 commit comments