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