mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
error[E0609]: no field `b` on type `&remote::S`
|
|
--> $DIR/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`
|
|
--> $DIR/tests/ui/remote/unknown_field.rs:12:5
|
|
|
|
|
12 | b: u8,
|
|
| ^ help: a field with a similar name exists: `a`
|