2018-11-24 17:37:35 -06:00
|
|
|
error: duplicate serde attribute `rename`
|
2018-11-29 00:01:17 -06:00
|
|
|
--> $DIR/rename-ser-ser.rs:6:37
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-11-29 00:01:17 -06:00
|
|
|
6 | #[serde(rename(serialize = "x", serialize = "y"))]
|
|
|
|
| ^^^^^^^^^
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|