mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 17:31:03 +00:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
error: malformed rename attribute, expected `rename(serialize = ..., deserialize = ...)`
|
|
--> $DIR/rename.rs:5:20
|
|
|
|
|
5 | #[serde(rename(unknown))]
|
|
| ^^^^^^^
|