serde/test_suite/tests/ui/remote/missing_field.stderr
2018-12-31 21:38:13 -05:00

10 lines
291 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`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0063`.