mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 19:58:01 +00:00
Update ui tests to 2018 edition
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
error: field identifiers cannot be serialized
|
||||
--> $DIR/serialize_field_identifier.rs:5:1
|
||||
--> $DIR/serialize_field_identifier.rs:4:1
|
||||
|
|
||||
5 | / #[serde(field_identifier)]
|
||||
6 | | enum F {
|
||||
7 | | A,
|
||||
8 | | B,
|
||||
9 | | }
|
||||
4 | / #[serde(field_identifier)]
|
||||
5 | | enum F {
|
||||
6 | | A,
|
||||
7 | | B,
|
||||
8 | | }
|
||||
| |_^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
Reference in New Issue
Block a user