12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
error[E0609]: no field `b` on type `&remote::S`
|
|
--> tests/ui/remote/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`
|
|
--> tests/ui/remote/unknown_field.rs:12:5
|
|
|
|
|
12 | b: u8,
|
|
| ^ help: a field with a similar name exists: `a`
|