blob: 41dea4137afd8a26e3ee62d5505293dbc93e7059 [file] [log] [blame]
error: expected one of `>`, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-6.rs:37:26
|
LL | type Type_6 = Type_5_<'a,,>;
| ^ expected one of `>`, identifier, lifetime, or type here
error: aborting due to previous error