We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cd294 commit 09135e4Copy full SHA for 09135e4
src/test/ui/macros/issue-77475.rs
@@ -0,0 +1,10 @@
1
+// check-pass
2
+// Regression test of #77475, this used to be ICE.
3
+
4
+#![feature(decl_macro)]
5
6
+use crate as _;
7
8
+pub macro ice(){}
9
10
+fn main() {}
0 commit comments