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: field `s` has no lifetimes to borrow
--> $DIR/no_lifetimes.rs:6:5
--> $DIR/no_lifetimes.rs:5:5
|
6 | / #[serde(borrow)]
7 | | s: String,
5 | / #[serde(borrow)]
6 | | s: String,
| |_____________^
error: aborting due to previous error