Update ui tests to nightly 2019-01-01

This commit is contained in:
David Tolnay 2018-12-31 22:07:47 -05:00
parent c95ee3968a
commit 95d0f437e3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -8,7 +8,7 @@ error[E0560]: struct `remote::S` has no field named `b`
--> $DIR/unknown_field.rs:12:5
|
12 | b: u8,
| ^ field does not exist - did you mean `a`?
| ^ help: a field with a similar name exists: `a`
error: aborting due to 2 previous errors