2018-11-24 17:37:35 -06:00
|
|
|
error[E0063]: missing field `b` in initializer of `remote::S`
|
2018-12-31 20:36:59 -06:00
|
|
|
--> $DIR/missing_field.rs:11:18
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
11 | #[serde(remote = "remote::S")]
|
2018-11-24 17:37:35 -06:00
|
|
|
| ^^^^^^^^^^^ missing `b`
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|