blob: 0ef9192f1e73a392bbad3df6bcf7559974c047bd [file] [log] [blame]
error: expected one of `>`, `const`, identifier, or lifetime, found `,`
--> $DIR/issue-20616-8.rs:31:16
|
LL | type Type_8<'a,,> = &'a ();
| ^ expected one of `>`, `const`, identifier, or lifetime here
error: aborting due to previous error