mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
error: #[serde(field_identifier)] may only contain unit variants
|
|
--> tests/ui/identifier/field_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|