blob: 41c6cc425558db62f609aa417b3903d3a43eef93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `xyz`
--> $DIR/stashed-diag-issue-121504.rs:7:18
|
LL | impl MyTrait for xyz::T {
| ^^^ use of unresolved module or unlinked crate `xyz`
|
= help: you might be missing a crate named `xyz`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.
|