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