serde/test_suite/tests/ui/unsupported/union_ser.stderr
2018-12-31 21:38:13 -05:00

12 lines
189 B
Plaintext

error: Serde does not support derive for unions
--> $DIR/union_ser.rs:4:1
|
4 | / union Union {
5 | | x: u8,
6 | | y: (),
7 | | }
| |_^
error: aborting due to previous error