mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
error: #[serde(variant_identifier)] may only contain unit variants
|
|
--> tests/ui/identifier/variant_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|