Add test
This commit is contained in:
parent
7ccc97e5b4
commit
5118d2f84a
9
src/test/compile-fail/issue-6596.rs
Normal file
9
src/test/compile-fail/issue-6596.rs
Normal file
@ -0,0 +1,9 @@
|
||||
macro_rules! e( //~ ERROR unknown macro variable `nonexistent`
|
||||
($inp:ident) => (
|
||||
$nonexistent
|
||||
);
|
||||
)
|
||||
|
||||
fn main() {
|
||||
e!(foo);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user