mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-01 15:01:49 +00:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
error: #[serde(variant_identifier)] may only contain unit variants
|
|
--> $DIR/variant_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|