mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +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")]
|
|
| ^^^
|