]> git.proxmox.com Git - rustc.git/blame - tests/ui/resolve/issue-21221-4.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / resolve / issue-21221-4.stderr
CommitLineData
32a655c1 1error[E0405]: cannot find trait `T` in this scope
0731742a 2 --> $DIR/issue-21221-4.rs:10:6
32a655c1 3 |
0531ce1d 4LL | impl T for Foo {}
32a655c1 5 | ^ not found in this scope
e74abb32 6 |
f9f354fc 7help: consider importing this trait
041b39d2 8 |
353b0b11 9LL + use issue_21221_4::T;
041b39d2 10 |
32a655c1 11
0531ce1d 12error: aborting due to previous error
32a655c1 13
0531ce1d 14For more information about this error, try `rustc --explain E0405`.