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