mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Update tests
This commit is contained in:
parent
d92cfff43b
commit
5314426bc2
@ -18,7 +18,7 @@ fn foo(
|
||||
arg5: LongTypeName,
|
||||
arg6: LongTypeName,
|
||||
arg7: LongTypeName,
|
||||
//arg8: LongTypeName,
|
||||
//arg8: LongTypeName,
|
||||
) {
|
||||
// do stuff
|
||||
}
|
||||
|
@ -47,7 +47,8 @@ pub type GenericsFitButNotEqualTest<
|
||||
|
||||
pub type CommentTest<
|
||||
// Lifetime
|
||||
'a, // Type
|
||||
'a,
|
||||
// Type
|
||||
T,
|
||||
> = ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user