mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
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")]
|
11 | #[serde(remote = "remote::S")]
|
||||||
| ^^^^^^^^^^^ missing `b`
|
| ^^^^^^^^^^^ 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`
|
error[E0560]: struct `remote::S` has no field named `b`
|
||||||
--> $DIR/unknown_field.rs:12:5
|
--> $DIR/unknown_field.rs:12:5
|
||||||
|
|
|
|
||||||
12 | b: u8,
|
12 | b: u8,
|
||||||
| ^ help: a field with a similar name exists: `a`
|
| ^ help: a field with a similar name exists: `a`
|
||||||
|
|
||||||
Some errors have detailed explanations: E0560, E0609.
|
error[E0609]: no field `b` on type `&remote::S`
|
||||||
For more information about an error, try `rustc --explain E0560`.
|
--> $DIR/unknown_field.rs:12:5
|
||||||
|
|
|
||||||
|
12 | b: u8,
|
||||||
|
| ^ help: a field with a similar name exists: `a`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user