]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/macro_not_expr.rs
Fix static async closure qualifier order
[rust.git] / tests / target / macro_not_expr.rs
index c76a6492a9d3303f23c189c6bc462751243642a9..45f85ff2c93e330ebccfea02b04a95f23b847082 100644 (file)
@@ -1,5 +1,5 @@
 macro_rules! test {
-    ($($t: tt)*) => {};
+    ($($t:tt)*) => {};
 }
 
 fn main() {