1error: #[serde(field_identifier)] can only be used on an enum
2 --> tests/ui/identifier/field_struct.rs:5:1
3  |
45 | struct S;
5  | ^^^^^^
6