We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9090420 commit 610d1e3Copy full SHA for 610d1e3
src/test/compile-fail/invalid-macro-matcher.rs
@@ -0,0 +1,6 @@
1
+macro_rules! invalid { //~ ERROR Invalid macro matcher
2
+ _ => ();
3
+}
4
+
5
+fn main() {
6
0 commit comments