Update ui tests to 2018 edition

This commit is contained in:
David Tolnay
2018-12-31 21:36:59 -05:00
parent ab3f4971f0
commit 05ab569a80
189 changed files with 401 additions and 490 deletions
@@ -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