mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aaa`
|
|
--> $DIR/unresolved-module-error-33293.rs:4:9
|
|
|
|
|
LL | aaa::bbb(_) => ()
|
|
| ^^^ use of unresolved module or unlinked crate `aaa`
|
|
|
|
|
= help: you might be missing a crate named `aaa`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|