blob: c0a73abdf725d8ffecaf042f408cff0e09455896 [file] [log] [blame]
error[E0609]: no field `baz` on type `Foo`
--> $DIR/issue-36798.rs:17:7
|
LL | f.baz; //~ ERROR no field
| ^^^ did you mean `bar`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.