]> git.proxmox.com Git - rustc.git/blame - tests/ui/structs/struct-fields-hints.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / structs / struct-fields-hints.stderr
CommitLineData
ff7c6d11 1error[E0560]: struct `A` has no field named `bar`
0731742a 2 --> $DIR/struct-fields-hints.rs:10:9
ff7c6d11 3 |
0531ce1d 4LL | bar : 42,
0731742a 5 | ^^^ help: a field with a similar name exists: `car`
ff7c6d11
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0560`.