]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/expr.rs
Update tests
[rust.git] / tests / target / expr.rs
index 0c05334eca3b15729b4c0ed0a2099e4ddb4d6e91..cc86100e11e35d746a08aa23c4315a4c6975eb23 100644 (file)
@@ -208,12 +208,7 @@ fn arrays() {
         0,
     ];
 
-    let y = [
-        // comment
-        1,
-        2, // post comment
-        3,
-    ];
+    let y = [/* comment */ 1, 2 /* post comment */, 3];
 
     let xy = [
         strukt {