mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
error: unknown serde variant attribute `abc`
|
|
--> $DIR/variant.rs:6:13
|
|
|
|
|
6 | #[serde(abc = "xyz")]
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|