Add test for issue #23389

This commit is contained in:
Andy Caldwell 2015-07-24 01:09:52 +00:00
parent 90904204d6
commit 610d1e312f

View file

@ -0,0 +1,6 @@
macro_rules! invalid { //~ ERROR Invalid macro matcher
_ => ();
}
fn main() {
}