mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18:03 +00:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/rename-ser-ser.rs:5:37
|
|
|
|
|
5 | #[serde(rename(serialize = "x", serialize = "y"))]
|
|
| ^^^^^^^^^
|