about summary refs log tree commit diff
path: root/src/test/ui/union/union-copy.stderr
blob: a875ff660f979a77d787adf8b230564ce3081b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: aborting due to previous error

For more information about this error, try `rustc --explain E0204`.