]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0750.md
permit negative impls for non-auto traits
[rust.git] / src / librustc_error_codes / error_codes / E0750.md
1 Negative impls cannot be default impls. A default impl supplies
2 default values for the items within to be used by other impls, whereas
3 a negative impl declares that there are no other impls. These don't
4 make sense to combine.