You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
302 B

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