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
+2 -2
View File
@@ -1,7 +1,7 @@
error: malformed bound attribute, expected `bound(serialize = ..., deserialize = ...)`
--> $DIR/bound.rs:6:19
--> $DIR/bound.rs:5:19
|
6 | #[serde(bound(unknown))]
5 | #[serde(bound(unknown))]
| ^^^^^^^
error: aborting due to previous error