Update ui tests to nightly-2019-12-18
This commit is contained in:
parent
7f799f3948
commit
cd365de70c
@ -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`.
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user