rust/library/core/src/mem
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
..
manually_drop.rs Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross 2024-09-27 00:43:30 +02:00
maybe_uninit.rs Stabilize const_maybe_uninit_write 2024-12-02 14:06:56 -05:00
mod.rs stabilize const_{size,align}_of_val 2024-12-02 20:18:25 +01:00
transmutability.rs split up #[rustc_deny_explicit_impl] attribute 2024-12-20 16:57:14 +01:00