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`). |
||
|---|---|---|
| .. | ||
| accepted.rs | ||
| builtin_attrs.rs | ||
| lib.rs | ||
| removed.rs | ||
| tests.rs | ||
| unstable.rs | ||