blob: e9f37e50fffec7e02ce674346c82b42f5f932c45 (
plain)
1
2
3
4
5
6
7
8
|
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
error: aborting due to previous error
|