rust/compiler/rustc_feature
Lukas Markeffsky 42c00cb647 split up #[rustc_deny_explicit_impl] attribute
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`).
2024-12-20 16:57:14 +01:00
..
src split up #[rustc_deny_explicit_impl] attribute 2024-12-20 16:57:14 +01:00
Cargo.toml unstable feature usage metrics 2024-11-20 11:31:40 -08:00