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