rust/src/test/ui/union/union-copy.stderr
2018-12-25 21:08:33 -07:00

13 lines
393 B
Plaintext

error[E0204]: the trait `Copy` may not be implemented for this type
--> $DIR/union-copy.rs:14:6
|
LL | a: String
| --------- this field does not implement `Copy`
...
LL | impl Copy for W {} //~ ERROR the trait `Copy` may not be implemented for this type
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0204`.