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 4cac978 commit 79ab054Copy full SHA for 79ab054
tests/ui/single_match.rs
@@ -90,4 +90,6 @@ macro_rules! single_match {
90
};
91
}
92
93
-fn main() {single_match!(5);}
+fn main() {
94
+ single_match!(5);
95
+}
0 commit comments