mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
error: unknown serde container attribute `abc`
|
|
--> tests/ui/unknown-attribute/container.rs:4:9
|
|
|
|
|
4 | #[serde(abc = "xyz")]
|
|
| ^^^
|