2018-11-29 00:01:17 -06:00
|
|
|
error: #[serde(flatten)] can not be combined with #[serde(skip_serializing)]
|
|
|
|
--> $DIR/flatten-skip-serializing.rs:6:5
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-11-29 00:01:17 -06:00
|
|
|
6 | / #[serde(flatten, skip_serializing)]
|
|
|
|
7 | | other: Other,
|
|
|
|
| |________________^
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|