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,8 +1,8 @@
error: #[serde(other)] must be on a unit variant
--> $DIR/not_unit.rs:8:5
--> $DIR/not_unit.rs:7:5
|
8 | / #[serde(other)]
9 | | Other(u8, u8),
7 | / #[serde(other)]
8 | | Other(u8, u8),
| |_________________^
error: aborting due to previous error