]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-31845.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-31845.stderr
CommitLineData
8faf50e0 1error[E0425]: cannot find function `g` in this scope
0731742a 2 --> $DIR/issue-31845.rs:7:12
8faf50e0 3 |
ba9703b0 4LL | g();
3dfed10e 5 | ^ not found in this scope
8faf50e0
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0425`.