blob: d83fc41f43ec0874979db22b615505cce6e40633 [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 here
error: aborting due to previous error