]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/single_match.rs
iterate List by value
[rust.git] / tests / ui / single_match.rs
index 6766a6409b22e8f55cab7ca015ff5482b919fc97..1c55af5dfb673536605d3443bc135b4d49209e65 100644 (file)
@@ -90,4 +90,6 @@ macro_rules! single_match {
     };
 }
 
-fn main() {single_match!(5);}
+fn main() {
+    single_match!(5);
+}