mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 05:37:58 +00:00
4821d09a48
The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
error[E0063]: missing field `b` in initializer of `remote::S`
|
|
--> $DIR/missing_field.rs:20:18
|
|
|
|
|
20 | #[serde(remote = "remote::S")]
|
|
| ^^^^^^^^^^^ missing `b`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|