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
|
|
|