]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-21221-2.stderr
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-21221-2.stderr
CommitLineData
32a655c1
SL
1error[E0405]: cannot find trait `T` in this scope
2 --> $DIR/issue-21221-2.rs:28:6
3 |
428 | impl T for Foo { }
5 | ^ not found in this scope
7cac9316 6help: possible candidate is found in another module, you can import it into scope
041b39d2
XL
7 |
811 | use foo::bar::T;
9 |
32a655c1 10
7cac9316 11error[E0601]: main function not found
32a655c1
SL
12
13error: cannot continue compilation due to previous error
14