mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-03 07:45:38 +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:8:5
|
|
|
|
|
8 | B(u8, u8),
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|