2020-03-05 04:42:56 -06:00
|
|
|
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
|
2019-02-07 03:10:11 -06:00
|
|
|
--> $DIR/issue-20616-9.rs:34:15
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-02-07 03:10:11 -06:00
|
|
|
LL | type Type_9<T,,> = Box<T>;
|
2020-03-05 04:42:56 -06:00
|
|
|
| ^ expected one of `#`, `>`, `const`, identifier, or lifetime
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|