mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-18 20:11:02 +00:00
Update ui tests to 2018 edition
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
error: #[serde(flatten)] can not be combined with #[serde(skip_deserializing)]
|
||||
--> $DIR/flatten-skip-deserializing.rs:6:5
|
||||
--> $DIR/flatten-skip-deserializing.rs:5:5
|
||||
|
|
||||
6 | / #[serde(flatten, skip_deserializing)]
|
||||
7 | | other: Other,
|
||||
5 | / #[serde(flatten, skip_deserializing)]
|
||||
6 | | other: Other,
|
||||
| |________________^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
Reference in New Issue
Block a user