Make `#[derive(Copy)]` enough for both `Clone` and `Copy`
Rust Internals [Unofficial]
June 5, 2026
The ignorable one becomes completely removed, and the user should add the Clone derive again. It may lead to some surprising corner cases, but I expect it to work in 99% of cases.
Discussion in the ATmosphere