1error[E0204]: the trait `std::marker::Copy` cannot be implemented for this type
2 --> tests/ui/derive_noncopy.rs:4:12
3  |
44 |     struct TryCopy {
5  |            ^^^^^^^
65 |         other: Other,
7  |         ------------ this field does not implement `std::marker::Copy`
8