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,10 +1,10 @@
error: #[serde(transparent)] is not allowed with #[serde(from = "...")]
--> $DIR/with_from.rs:5:1
--> $DIR/with_from.rs:4:1
|
5 | / #[serde(transparent, from = "u64")]
6 | | struct S {
7 | | a: u8,
8 | | }
4 | / #[serde(transparent, from = "u64")]
5 | | struct S {
6 | | a: u8,
7 | | }
| |_^
error: aborting due to previous error