mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 18:21:01 +00:00
4821d09a48
The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
error: #[serde(flatten] can not be combined with #[serde(skip_deserializing)]
|
|
--> $DIR/flatten-skip-deserializing.rs:12:10
|
|
|
|
|
12 | #[derive(Deserialize)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|