Skip to content

Commit c20b393

Browse files
committed
bless tests
1 parent 26291ce commit c20b393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/modules_and_files_visibility/mod_file_disambig.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod
1212
LL | assert_eq!(mod_file_aux::bar(), 10);
1313
| ^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_file_aux`
1414
|
15-
= help: you might be missing a crate named `mod_file_aux`
15+
= help: to make use of source file $DIR/mod_file_aux.rs, use `mod mod_file_aux` in this file to declare the module
1616

1717
error: aborting due to 2 previous errors
1818

0 commit comments

Comments
 (0)