Update ui tests to nightly-2019-12-18

This commit is contained in:
David Tolnay 2019-12-17 23:46:19 -08:00
parent 7f799f3948
commit cd365de70c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 5 additions and 10 deletions

View File

@ -3,5 +3,3 @@ error[E0063]: missing field `b` in initializer of `remote::S`
|
11 | #[serde(remote = "remote::S")]
| ^^^^^^^^^^^ missing `b`
For more information about this error, try `rustc --explain E0063`.

View File

@ -1,14 +1,11 @@
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`
Some errors have detailed explanations: E0560, E0609.
For more information about an error, try `rustc --explain E0560`.
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`