2016-12-01 01:35:25 +03:00
|
|
|
error[E0405]: unresolved trait `T`
|
2016-12-01 01:35:25 +03:00
|
|
|
--> $DIR/issue-21221-4.rs:20:6
|
|
|
|
|
|
|
|
|
20 | impl T for Foo {}
|
2016-12-01 01:35:25 +03:00
|
|
|
| ^ no resolution found
|
2016-12-01 01:35:25 +03:00
|
|
|
|
|
2016-12-01 01:35:25 +03:00
|
|
|
= help: possible candidate is found in another module, you can import it into scope:
|
|
|
|
= help: `use issue_21221_4::T;`
|
2016-12-01 01:35:25 +03:00
|
|
|
|
|
|
|
error: cannot continue compilation due to previous error
|
|
|
|
|