mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18: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))]
|
|
| ^^^^^^^
|