]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0715.md
Spell check librustc_error_codes
[rust.git] / src / librustc_error_codes / error_codes / E0715.md
1 An `impl` for a `#[marker]` trait tried to override an associated item.
2
3 Because marker traits are allowed to have multiple implementations for the same
4 type, it's not allowed to override anything in those implementations, as it
5 would be ambiguous which override should actually be used.