This commit splits the `#[rustc_deny_explicit_impl(implement_via_object = ...)]` attribute into two attributes `#[rustc_deny_explicit_impl]` and `#[rustc_do_not_implement_via_object]`. This allows us to have special traits that can have user-defined impls but do not have the automatic trait impl for trait objects (`impl Trait for dyn Trait`). |
||
|---|---|---|
| .. | ||
| manually_drop.rs | ||
| maybe_uninit.rs | ||
| mod.rs | ||
| transmutability.rs | ||