2019-02-05 17:00:19 +01:00
|
|
|
error: expected one of `>`, const, identifier, lifetime, or type, found `,`
|
|
|
|
--> $DIR/issue-20616-6.rs:25:26
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | type Type_6 = Type_5_<'a,,>;
|
2019-10-28 11:08:53 -07:00
|
|
|
| ^ expected one of `>`, const, identifier, lifetime, or type
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|