1error: #[serde(field_identifier)] may only contain unit variants 2 --> tests/ui/identifier/field_tuple.rs:7:5 3 | 47 | B(u8, u8), 5 | ^^^^^^^^^ 6