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,7 +1,7 @@
error: unknown rename rule for #[serde(rename_all = "abc")]
--> $DIR/container_unknown_rename_rule.rs:5:22
--> $DIR/container_unknown_rename_rule.rs:4:22
|
5 | #[serde(rename_all = "abc")]
4 | #[serde(rename_all = "abc")]
| ^^^^^
error: aborting due to previous error