mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
143b072c62
Do not suggest `#[derive(Copy)]` when we wanted a `!Copy` type. Do not say "`Copy` is not implemented for `T` but `Copy` is". Do not talk about `Trait` having no implementations when `!Trait` was desired.