2018-11-29 08:01:17 +02:00
|
|
|
error: variant `Tuple` cannot have both #[serde(serialize_with)] and a field #0 marked with #[serde(skip_serializing)]
|
2021-10-08 02:46:15 -04:00
|
|
|
--> tests/ui/with-variant/skip_ser_tuple_field.rs:5:5
|
2018-11-24 15:52:15 -08:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | / #[serde(serialize_with = "serialize_some_other_variant")]
|
|
|
|
6 | | Tuple(#[serde(skip_serializing)] String, u8),
|
2018-11-29 08:01:17 +02:00
|
|
|
| |________________________________________________^
|