mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
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`.
|