9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/rename-ser-ser.rs:5:37
|
|
|
|
|
5 | #[serde(rename(serialize = "x", serialize = "y"))]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|