034db9f20f
Also updates UI tests.
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
error: #[serde(flatten)] can not be combined with #[serde(skip_deserializing)]
|
|
--> $DIR/flatten-skip-deserializing.rs:6:5
|
|
|
|
|
6 | / #[serde(flatten, skip_deserializing)]
|
|
7 | | other: Other,
|
|
| |________________^
|
|
|
|
error: aborting due to previous error
|
|
|