mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 22:41:31 +00:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/rename-ser-rename-ser.rs:5:38
|
|
|
|
|
5 | #[serde(rename(serialize = "x"), rename(serialize = "y"))]
|
|
| ^^^^^^
|