From: topecongiro Date: Thu, 23 Nov 2017 03:39:00 +0000 (+0900) Subject: Update tests X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5314426bc28a8165a00367e8ed3ecf46cfad29a9;p=rust.git Update tests --- diff --git a/tests/target/fn-args-with-last-line-comment.rs b/tests/target/fn-args-with-last-line-comment.rs index ef40e040ea8..27e0e09653e 100644 --- a/tests/target/fn-args-with-last-line-comment.rs +++ b/tests/target/fn-args-with-last-line-comment.rs @@ -18,7 +18,7 @@ fn foo( arg5: LongTypeName, arg6: LongTypeName, arg7: LongTypeName, - //arg8: LongTypeName, + //arg8: LongTypeName, ) { // do stuff } diff --git a/tests/target/type_alias.rs b/tests/target/type_alias.rs index 97a88bb6372..5aef092934e 100644 --- a/tests/target/type_alias.rs +++ b/tests/target/type_alias.rs @@ -47,7 +47,8 @@ pub type CommentTest< // Lifetime - 'a, // Type + 'a, + // Type T, > = ();