We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26291ce commit c20b393Copy full SHA for c20b393
tests/ui/modules_and_files_visibility/mod_file_disambig.stderr
@@ -12,7 +12,7 @@ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod
12
LL | assert_eq!(mod_file_aux::bar(), 10);
13
| ^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_file_aux`
14
|
15
- = help: you might be missing a crate named `mod_file_aux`
+ = help: to make use of source file $DIR/mod_file_aux.rs, use `mod mod_file_aux` in this file to declare the module
16
17
error: aborting due to 2 previous errors
18
0 commit comments