Update ui tests to nightly-2019-12-19

This commit is contained in:
David Tolnay 2019-12-18 23:46:29 -08:00
parent cd365de70c
commit 895eb2ba6c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,11 +1,11 @@
error[E0560]: struct `remote::S` has no field named `b`
--> $DIR/unknown_field.rs:12:5
|
12 | b: u8,
| ^ help: a field with a similar name exists: `a`
error[E0609]: no field `b` on type `&remote::S`
--> $DIR/unknown_field.rs:12:5
|
12 | b: u8,
| ^ help: a field with a similar name exists: `a`
error[E0560]: struct `remote::S` has no field named `b`
--> $DIR/unknown_field.rs:12:5
|
12 | b: u8,
| ^ help: a field with a similar name exists: `a`