]> git.lizzy.rs Git - rust.git/blob - tests/ui/derived-errors/issue-30580.stderr
Rollup merge of #107455 - tshepang:better-name, r=wesleywiser
[rust.git] / tests / ui / derived-errors / issue-30580.stderr
1 error[E0609]: no field `c` on type `&Foo`
2   --> $DIR/issue-30580.rs:12:11
3    |
4 LL |         b.c;
5    |           ^ help: a field with a similar name exists: `a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0609`.