serde/test_suite/tests/ui/remote/missing_field.stderr

10 lines
291 B
Plaintext
Raw Normal View History

error[E0063]: missing field `b` in initializer of `remote::S`
2018-12-31 21:36:59 -05:00
--> $DIR/missing_field.rs:11:18
|
2018-12-31 21:36:59 -05:00
11 | #[serde(remote = "remote::S")]
| ^^^^^^^^^^^ missing `b`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0063`.