mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 05:21:05 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
error: Serde does not support derive for unions
|
|
--> tests/ui/unsupported/union_de.rs:4:1
|
|
|
|
|
4 | / union Union {
|
|
5 | | x: u8,
|
|
6 | | y: (),
|
|
7 | | }
|
|
| |_^
|