mirror of https://github.com/rust-lang/rust.git
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
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`.
|