Lets see if I can get these ui tests to run.

This commit is contained in:
mental 2020-01-02 12:03:04 +02:00
parent 56b3120bf4
commit b97438333e

View file

@ -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`
}
}