mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
error[E0063]: missing field `b` in initializer of `remote::S`
|
|
--> $DIR/missing_field.rs:11:18
|
|
|
|
|
11 | #[serde(remote = "remote::S")]
|
|
| ^^^^^^^^^^^ missing `b`
|