Lets see if I can get these ui tests to run.
This commit is contained in:
parent
56b3120bf4
commit
b97438333e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ macro_rules! m {
|
|||
struct $crate {} //~ ERROR expected identifier, found reserved identifier `$crate`
|
||||
}
|
||||
|
||||
use $crate; // ERROR `$crate` may not be imported
|
||||
use $crate; //~ ERROR `$crate` may not be imported
|
||||
use $crate as $crate; //~ ERROR expected identifier, found reserved identifier `$crate`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue