blob: 98876e305ca097746e391293dbc7e18bcda4cdee (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0609]: no field `baz` on type `Foo`
--> $DIR/issue-36798.rs:7:7
|
LL | f.baz;
| ^^^ help: a field with a similar name exists: `bar`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.
|