9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
|
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
|
||
|
|