// run-rustfix #[derive(Clone)] struct Wrapper(T); impl Copy for Wrapper {} //~^ ERROR the trait `Copy` may not be implemented for this type fn main() {}