rust/tests/ui/error-codes/E0609-private-method.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
252 B
Plaintext
Raw Permalink Normal View History

error[E0609]: no field `method` on type `Foo`
--> $DIR/E0609-private-method.rs:15:7
|
LL | f.method;
| ^^^^^^ unknown field
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0609`.