serde/test_suite/tests/ui/conflict/flatten-tuple-struct.stderr
2018-11-30 02:51:49 +02:00

9 lines
266 B
Plaintext

error: #[serde(flatten)] cannot be used on tuple structs
--> $DIR/flatten-tuple-struct.rs:5:17
|
5 | struct Foo(u32, #[serde(flatten)] HashMap<String, String>);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error