| An `impl` for a `#[marker]` trait tried to override an associated item. | |
| 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. |