Update tests

This commit is contained in:
topecongiro 2017-11-23 12:39:00 +09:00
parent d92cfff43b
commit 5314426bc2
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ fn foo(
arg5: LongTypeName,
arg6: LongTypeName,
arg7: LongTypeName,
//arg8: LongTypeName,
//arg8: LongTypeName,
) {
// do stuff
}

View File

@ -47,7 +47,8 @@ pub type GenericsFitButNotEqualTest<
pub type CommentTest<
// Lifetime
'a, // Type
'a,
// Type
T,
> = ();