blob: ce2716329b1cb74dfb6806293be7ccf1691b471c [file] [log] [blame]
error[E0119]: conflicting implementations of trait `std::clone::Clone` for type `ffi::Struct`
--> $DIR/derive_duplicate.rs:3:21
|
3 | #[derive(Clone, Clone)]
| ----- ^^^^^ conflicting implementation for `ffi::Struct`
| |
| first implementation here