Make `#[derive(Copy)]` enough for both `Clone` and `Copy`
Rust Internals [Unofficial]
June 4, 2026
HKalbasi:
But since these are builtin, the compiler can handle it by using a
#[rustc_interanal_ignore_this_impl_in_presence_of_others].
This is called specialization, so no, it can't.
Discussion in the ATmosphere