serde/test_suite/tests/ui/conflict/flatten-tuple-struct.stderr

9 lines
266 B
Plaintext
Raw Normal View History

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