]> git.lizzy.rs Git - rust.git/blob - src/test/ui/structs/struct-fields-too-many.stderr
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / 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`.