blob: d641028094c51ba9a986b749ab3f9df2de762ebf [file] [log] [blame]
error[E0204]: the trait `Copy` may not be implemented for this type
--> $DIR/derive_noncopy.rs:3:14
|
3 | #[derive(Copy)]
| ^^^^
4 | struct TryCopy {
5 | other: Other,
| ------------ this field does not implement `Copy`