]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/macros.rs
Preserve macro formatting if we can't rewrite it
[rust.git] / tests / source / macros.rs
index d04c204186c172de59f7fa6ff16d14a104fc2892..ca28d5c625b5735d5d137fbdcfddc414331fc12a 100644 (file)
@@ -50,6 +50,11 @@ fn main() {
     some_macro!{
         // comment
     };
+
+    some_macro!(
+        // comment
+        not function like
+    );
 }
 
 impl X {