]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/comment-not-disappear.rs
Fix static async closure qualifier order
[rust.git] / tests / target / comment-not-disappear.rs
index 646b37e46e2e80d4b1427cb32609d21d88a700f5..b1fa0ff6fe119a5d8c9d08952d9f6979d20087c7 100644 (file)
@@ -11,8 +11,10 @@ fn a() {
 fn b() {
     match x {
         X =>
-            // A comment
+        // A comment
+        {
             y
+        }
     }
 }