Skip to content

Commit 610d1e3

Browse files
committed
Add test for issue #23389
1 parent 9090420 commit 610d1e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
macro_rules! invalid { //~ ERROR Invalid macro matcher
2+
_ => ();
3+
}
4+
5+
fn main() {
6+
}

0 commit comments

Comments
 (0)