]> git.lizzy.rs Git - rust.git/commitdiff
Update tests
authortopecongiro <seuchida@gmail.com>
Thu, 23 Nov 2017 03:39:00 +0000 (12:39 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 23 Nov 2017 03:39:00 +0000 (12:39 +0900)
tests/target/fn-args-with-last-line-comment.rs
tests/target/type_alias.rs

index ef40e040ea8e6effa93048dd3d235dc28046df9e..27e0e09653eee3a08076480400cdc7bfa55c0a81 100644 (file)
@@ -18,7 +18,7 @@ fn foo(
     arg5: LongTypeName,
     arg6: LongTypeName,
     arg7: LongTypeName,
-       //arg8: LongTypeName,
+    //arg8: LongTypeName,
 ) {
     // do stuff
 }
index 97a88bb6372be4adf7d72c4c3ec8ae760b401e6b..5aef092934e1b336bde15ad74777df20098d77e3 100644 (file)
@@ -47,7 +47,8 @@
 
 pub type CommentTest<
     // Lifetime
-    'a, // Type
+    'a,
+    // Type
     T,
 > = ();