Skip to content

Commit 6313c2f

Browse files
committed
Fix UI test annotations
(The `help` annotation was missing due to an issue that, admittedly, resulted from a typo I stared at and didn't catch.)
1 parent d38a22a commit 6313c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/resolve/current-crate-name-in-path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mod bar {
77

88
use current_crate_name_in_path::bar::baz;
99
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `current_crate_name_in_path`
10+
//~| HELP the current crate name can not be used in a path, use the keyword `crate` instead
1011
//~| SUGGESTION crate
1112

1213
fn main() {}

0 commit comments

Comments
 (0)