]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-57362-1.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-57362-1.stderr
CommitLineData
dfeec247 1error[E0599]: no method named `f` found for fn pointer `fn(&u8)` in the current scope
9fa01778
XL
2 --> $DIR/issue-57362-1.rs:20:7
3 |
532ac7d7 4LL | a.f();
f2b60f7d 5 | ^ method not found in `fn(&u8)`
9fa01778 6 |
9fa01778 7 = help: items from traits can only be used if the trait is implemented and in scope
74b04a01
XL
8note: `Trait` defines an item `f`, perhaps you need to implement it
9 --> $DIR/issue-57362-1.rs:8:1
10 |
11LL | trait Trait {
12 | ^^^^^^^^^^^
9fa01778
XL
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0599`.