mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 11:21:01 +00:00
Update ui tests to nightly-2019-12-19
This commit is contained in:
@@ -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`
|
error[E0609]: no field `b` on type `&remote::S`
|
||||||
--> $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`
|
||||||
|
|
||||||
|
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`
|
||||||
|
|||||||
Reference in New Issue
Block a user