2017-06-10 14:19:40 -05:00
|
|
|
error[E0609]: no field `baz` on type `Foo`
|
2016-09-28 04:27:23 -05:00
|
|
|
--> $DIR/issue-36798.rs:17:7
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | f.baz; //~ ERROR no field
|
2016-09-28 04:27:23 -05:00
|
|
|
| ^^^ did you mean `bar`?
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-09-28 04:27:23 -05:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0609"
|