We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefbf4d commit 2aa368aCopy full SHA for 2aa368a
src/test/ui/macros/issue-63102.rs
@@ -0,0 +1,8 @@
1
+// check-pass
2
+
3
+#![feature(decl_macro)]
4
+macro foo {
5
+ () => {},
6
+}
7
8
+fn main() {}
0 commit comments