mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
8 lines
252 B
Plaintext
8 lines
252 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`
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|