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