Error code E0715
An impl
for a #[marker]
trait tried to override an associated item.
Erroneous code example:
ⓘ
Because marker traits are allowed to have multiple implementations for the same type, it's not allowed to override anything in those implementations, as it would be ambiguous which override should actually be used.