]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-29124.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / issue-29124.stderr
CommitLineData
ff7c6d11
XL
1error[E0599]: no method named `x` found for type `fn() -> ret {obj::func}` in the current scope
2 --> $DIR/issue-29124.rs:25:15
3 |
425 | obj::func.x();
5 | ^
6 |
7 = note: obj::func is a function, perhaps you wish to call it
8
9error[E0599]: no method named `x` found for type `fn() -> ret {func}` in the current scope
10 --> $DIR/issue-29124.rs:27:10
11 |
1227 | func.x();
13 | ^
14 |
15 = note: func is a function, perhaps you wish to call it
16
17error: aborting due to 2 previous errors
18