mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
bbba632ab3
This reverts commit e77db40b8d.
7 lines
368 B
Plaintext
7 lines
368 B
Plaintext
error: variant `Tuple` cannot have both #[serde(deserialize_with)] and a field #0 marked with #[serde(skip_deserializing)]
|
|
--> tests/ui/with-variant/skip_de_tuple_field.rs:5:5
|
|
|
|
|
5 | / #[serde(deserialize_with = "deserialize_some_other_variant")]
|
|
6 | | Tuple(#[serde(skip_deserializing)] String, u8),
|
|
| |__________________________________________________^
|