2017-01-11 16:18:08 -06:00
|
|
|
error[E0405]: cannot find trait `T` in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
--> $DIR/issue-21221-2.rs:28:6
|
|
|
|
|
|
|
|
|
28 | impl T for Foo { }
|
2017-01-11 16:18:08 -06:00
|
|
|
| ^ not found in this scope
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2016-11-30 16:35:25 -06:00
|
|
|
= help: possible candidate is found in another module, you can import it into scope:
|
2017-01-18 18:33:25 -06:00
|
|
|
`use foo::bar::T;`
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
|
|
error: main function not found
|
|
|
|
|
|
|
|
error: cannot continue compilation due to previous error
|
|
|
|
|