mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 17:38:04 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
error: Serde does not support derive for unions
|
|
--> $DIR/union_de.rs:4:1
|
|
|
|
|
4 | / union Union {
|
|
5 | | x: u8,
|
|
6 | | y: (),
|
|
7 | | }
|
|
| |_^
|