034db9f20f
Also updates UI tests.
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
error: #[serde(field_identifier)] may only contain unit variants
|
|
--> $DIR/field_tuple.rs:8:5
|
|
|
|
|
8 | B(u8, u8),
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|