blob: aee8bf01a4321fde707ceb93bd806ee030c099a8 [file] [log] [blame]
error: expected one of `>`, const, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-5.rs:22:34
|
LL | type Type_5<'a> = Type_1_<'a, (),,>;
| ^ expected one of `>`, const, identifier, lifetime, or type
error: aborting due to previous error