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 56b3120 commit b974383Copy full SHA for b974383
src/test/ui/dollar-crate/dollar-crate-is-keyword.rs
@@ -6,7 +6,7 @@ macro_rules! m {
6
struct $crate {} //~ ERROR expected identifier, found reserved identifier `$crate`
7
}
8
9
- use $crate; // ERROR `$crate` may not be imported
+ use $crate; //~ ERROR `$crate` may not be imported
10
use $crate as $crate; //~ ERROR expected identifier, found reserved identifier `$crate`
11
12
0 commit comments