blob: a82813194d77bafe11c0b7ea57efff617a3a95a4 [file] [log] [blame]
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `aaa`
--> $DIR/issue-33293.rs:3: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`.