1error: unknown serde variant attribute `abc` 2 --> tests/ui/unknown-attribute/variant.rs:5:13 3 | 45 | #[serde(abc = "xyz")] 5 | ^^^ 6