]> git.proxmox.com Git - rustc.git/blame - src/test/ui/structs/struct-fields-too-many.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / structs / struct-fields-too-many.stderr
CommitLineData
ff7c6d11 1error[E0560]: struct `BuildData` has no field named `bar`
0731742a 2 --> $DIR/struct-fields-too-many.rs:8:9
ff7c6d11 3 |
0531ce1d
XL
4LL | bar: 0
5 | ^^^ `BuildData` does not have this field
ff7c6d11
XL
6 |
7 = note: available fields are: `foo`
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0560`.