2018-11-24 15:37:35 -08:00
|
|
|
error: duplicate serde attribute `serialize_with`
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/with-and-serialize-with.rs:5:25
|
2018-11-24 15:52:15 -08:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | #[serde(with = "w", serialize_with = "s")]
|
2018-11-29 08:01:17 +02:00
|
|
|
| ^^^^^^^^^^^^^^
|
2018-11-24 15:37:35 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|