]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-57362-1.stderr
New upstream version 1.62.1+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();
04454e1e
FG
5 | - ^ method not found in `fn(&u8)`
6 | |
7 | this is a function, perhaps you wish to call it
9fa01778 8 |
9fa01778 9 = help: items from traits can only be used if the trait is implemented and in scope
74b04a01
XL
10note: `Trait` defines an item `f`, perhaps you need to implement it
11 --> $DIR/issue-57362-1.rs:8:1
12 |
13LL | trait Trait {
14 | ^^^^^^^^^^^
9fa01778
XL
15
16error: aborting due to previous error
17
18For more information about this error, try `rustc --explain E0599`.