mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
55ff8bf847
Add `rustc_deny_explicit_impl` Also adjust `E0322` error message to be more general, since it's used for `DiscriminantKind` and `Pointee` as well. Also add `rustc_deny_explicit_impl` on the `Tuple` and `Destruct` marker traits.