mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 18:27:54 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
error: unknown serde container attribute `abc`
|
|
--> $DIR/tests/ui/unknown-attribute/container.rs:4:9
|
|
|
|
|
4 | #[serde(abc = "xyz")]
|
|
| ^^^
|