serde/test_suite/tests/ui/remote/unknown_field.stderr

12 lines
327 B
Plaintext
Raw Normal View History

2019-12-18 23:46:29 -08:00
error[E0609]: no field `b` on type `&remote::S`
2018-12-31 21:36:59 -05:00
--> $DIR/unknown_field.rs:12:5
|
2018-12-31 21:36:59 -05:00
12 | b: u8,
| ^ help: a field with a similar name exists: `a`
2019-12-18 23:46:29 -08:00
error[E0560]: struct `remote::S` has no field named `b`
2018-12-31 21:36:59 -05:00
--> $DIR/unknown_field.rs:12:5
|
2018-12-31 21:36:59 -05:00
12 | b: u8,
2018-12-31 22:07:47 -05:00
| ^ help: a field with a similar name exists: `a`