1error[E0063]: missing field `bar` in initializer of `BuildData`
2  --> $DIR/struct-fields-missing.rs:7:15
3   |
4LL |     let foo = BuildData {
5   |               ^^^^^^^^^ missing `bar`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0063`.
10