mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 03:38:00 +00:00
Update ui tests to 2018 edition
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
error: #[serde(flatten)] cannot be used on tuple structs
|
||||
--> $DIR/flatten-tuple-struct.rs:7:17
|
||||
--> $DIR/flatten-tuple-struct.rs:6:17
|
||||
|
|
||||
7 | struct Foo(u32, #[serde(flatten)] HashMap<String, String>);
|
||||
6 | struct Foo(u32, #[serde(flatten)] HashMap<String, String>);
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
Reference in New Issue
Block a user