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