• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0204]: the trait `Copy` may not be implemented for this type
2 --> $DIR/derive_noncopy.rs:3:14
3  |
43 |     #[derive(Copy)]
5  |              ^^^^
64 |     struct TryCopy {
75 |         other: Other,
8  |         ------------ this field does not implement `Copy`
9