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 GenericsFitButNotEqualTest< pub type CommentTest< // Lifetime - 'a, // Type + 'a, + // Type T, > = ();