blob: b4f35d3e4452a7260e4d1b5849ab40e9e64065b6 [file] [log] [blame]
error[E0204]: the trait `Copy` cannot be implemented for this type
--> tests/ui/derive_noncopy.rs:4:12
|
4 | struct TryCopy {
| ^^^^^^^
5 | other: Other,
| ------------ this field does not implement `Copy`