8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
error[E0277]: the trait bound `ffi::Other: Clone` is not satisfied
|
|
--> $DIR/derive_nonclone.rs:5:9
|
|
|
|
|
5 | other: Other,
|
|
| ^^^^^^^^^^^^ the trait `Clone` is not implemented for `ffi::Other`
|
|
|
|
|
= note: required by `clone`
|