blob: 0f47bae7f0fede41ce85502fd44f2445c782ba57 [file] [log] [blame]
error[E0204]: the trait `Copy` may not be implemented for this type
--> $DIR/union-copy.rs:12:6
|
LL | a: std::mem::ManuallyDrop<String>
| --------------------------------- this field does not implement `Copy`
...
LL | impl Copy for W {}
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0204`.