]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/struct-fields-hints-no-dupe.stderr
Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr
[rust.git] / tests / ui / structs / struct-fields-hints-no-dupe.stderr
1 error[E0560]: struct `A` has no field named `bar`
2   --> $DIR/struct-fields-hints-no-dupe.rs:10:9
3    |
4 LL |         bar : 42,
5    |         ^^^ help: a field with a similar name exists: `barr`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0560`.