2018-11-29 19:07:31 -06:00
|
|
|
error: Serde does not support derive for unions
|
2018-12-31 20:36:59 -06:00
|
|
|
--> $DIR/union_ser.rs:4:1
|
2018-11-29 19:07:31 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
4 | / union Union {
|
|
|
|
5 | | x: u8,
|
|
|
|
6 | | y: (),
|
|
|
|
7 | | }
|
2018-11-29 19:07:31 -06:00
|
|
|
| |_^
|