blob: 98876e305ca097746e391293dbc7e18bcda4cdee [file] [log] [blame]
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`.