2019-02-05 10:00:19 -06:00
|
|
|
error: expected one of `>`, `const`, identifier, or lifetime, found `,`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-20616-8.rs:33:16
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-02-05 10:00:19 -06:00
|
|
|
LL | type Type_8<'a,,> = &'a (); //~ error: expected one of `>`, `const`, identifier, or lifetime, found `,`
|
|
|
|
| ^ expected one of `>`, `const`, identifier, or lifetime here
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|