4821d09a48
The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
9 lines
261 B
Plaintext
9 lines
261 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:12:10
|
|
|
|
|
12 | #[derive(Deserialize)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|