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