mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
error: unknown serde container attribute `abc`
|
|
--> $DIR/container.rs:5:9
|
|
|
|
|
5 | #[serde(abc = "xyz")]
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|