]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/issue-29124.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / typeck / issue-29124.stderr
CommitLineData
dfeec247 1error[E0599]: no method named `x` found for fn item `fn() -> Ret {Obj::func}` in the current scope
0731742a 2 --> $DIR/issue-29124.rs:15:15
ff7c6d11 3 |
0731742a 4LL | Obj::func.x();
f2b60f7d 5 | ^ method not found in `fn() -> Ret {Obj::func}`
ff7c6d11 6
dfeec247 7error[E0599]: no method named `x` found for fn item `fn() -> Ret {func}` in the current scope
0731742a 8 --> $DIR/issue-29124.rs:17:10
ff7c6d11 9 |
0531ce1d 10LL | func.x();
f2b60f7d 11 | ^ method not found in `fn() -> Ret {func}`
ff7c6d11
XL
12
13error: aborting due to 2 previous errors
14
0531ce1d 15For more information about this error, try `rustc --explain E0599`.