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