mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 07:08:02 +00:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
error: #[serde(field_identifier)] may only contain unit variants
|
|
--> $DIR/field_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|