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