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