mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
error: unknown serde field attribute `abc`
|
|
--> tests/ui/unknown-attribute/field.rs:5:13
|
|
|
|
|
5 | #[serde(abc = "xyz")]
|
|
| ^^^
|