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