We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error[E0520]: `Foo` specializes an item from a parent `impl`, but neither that item nor the `impl` are marked `default`
Because the impl itself cannot be marked default, only the individual item.
impl
default