mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-01 13:38:01 +00:00
12 lines
189 B
Plaintext
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
|
|
|