mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
error: #[serde(variant_identifier)] may only contain unit variants
|
|
--> $DIR/variant_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|