mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +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))]
|
|
| ^^^^^^^
|