2019-12-19 01:46:29 -06:00
|
|
|
error[E0609]: no field `b` on type `&remote::S`
|
2021-10-08 01:46:15 -05:00
|
|
|
--> tests/ui/remote/unknown_field.rs:12:5
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
12 | b: u8,
|
2019-09-30 14:56:04 -05:00
|
|
|
| ^ help: a field with a similar name exists: `a`
|
2018-11-24 17:37:35 -06:00
|
|
|
|
2019-12-19 01:46:29 -06:00
|
|
|
error[E0560]: struct `remote::S` has no field named `b`
|
2021-10-08 01:46:15 -05:00
|
|
|
--> tests/ui/remote/unknown_field.rs:12:5
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
12 | b: u8,
|
2018-12-31 21:07:47 -06:00
|
|
|
| ^ help: a field with a similar name exists: `a`
|