]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-64430.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-64430.stderr
CommitLineData
dfeec247 1error[E0599]: no method named `bar` found for struct `Foo` in the current scope
e1599b0c
XL
2 --> $DIR/issue-64430.rs:7:9
3 |
4LL | pub struct Foo;
064997fb 5 | -------------- method `bar` not found for this struct
e1599b0c
XL
6...
7LL | Foo.bar()
8 | ^^^ method not found in `Foo`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0599`.