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`
|