8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
|
|
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
|