mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 05:51:16 +00:00
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
error: variant `Tuple` cannot have both #[serde(deserialize_with)] and a field #0 marked with #[serde(skip_deserializing)]
|
|
--> $DIR/skip_de_tuple_field.rs:5:5
|
|
|
|
|
5 | / #[serde(deserialize_with = "deserialize_some_other_variant")]
|
|
6 | | Tuple(#[serde(skip_deserializing)] String, u8),
|
|
| |__________________________________________________^
|
|
|
|
error: aborting due to previous error
|
|
|