2018-11-29 00:01:17 -06:00
|
|
|
error: #[serde(field_identifier)] may only contain unit variants
|
2021-10-08 01:46:15 -05:00
|
|
|
--> tests/ui/identifier/field_tuple.rs:7:5
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
7 | B(u8, u8),
|
2018-11-29 00:01:17 -06:00
|
|
|
| ^^^^^^^^^
|