Skip to content

Commit b974383

Browse files
committed
Lets see if I can get these ui tests to run.
1 parent 56b3120 commit b974383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/dollar-crate/dollar-crate-is-keyword.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ macro_rules! m {
66
struct $crate {} //~ ERROR expected identifier, found reserved identifier `$crate`
77
}
88

9-
use $crate; // ERROR `$crate` may not be imported
9+
use $crate; //~ ERROR `$crate` may not be imported
1010
use $crate as $crate; //~ ERROR expected identifier, found reserved identifier `$crate`
1111
}
1212
}

0 commit comments

Comments
 (0)