2018-11-24 17:37:35 -06:00
|
|
|
error: #[serde(flatten)] cannot be used on tuple structs
|
2018-12-31 20:36:59 -06:00
|
|
|
--> $DIR/flatten-tuple-struct.rs:6:17
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
6 | struct Foo(u32, #[serde(flatten)] HashMap<String, String>);
|
2018-11-29 00:01:17 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|