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