]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/struct-fields-too-many.stderr
Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov
[rust.git] / tests / ui / structs / struct-fields-too-many.stderr
1 error[E0560]: struct `BuildData` has no field named `bar`
2   --> $DIR/struct-fields-too-many.rs:8:9
3    |
4 LL |         bar: 0
5    |         ^^^ `BuildData` does not have this field
6    |
7    = note: available fields are: `foo`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0560`.