10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
error: #[serde(flatten)] can not be combined with #[serde(skip_serializing)]
|
|
--> $DIR/flatten-skip-serializing.rs:5:5
|
|
|
|
|
5 | / #[serde(flatten, skip_serializing)]
|
|
6 | | other: Other,
|
|
| |________________^
|
|
|
|
error: aborting due to previous error
|
|
|