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 If you want more information on this error, try using "rustc --explain E0609"