2020-12-04 05:21:33 -06:00
|
|
|
error: expected one of `>`, a const expression, lifetime, or type, found `,`
|
2019-02-07 03:10:11 -06:00
|
|
|
--> $DIR/issue-20616-7.rs:28:22
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-02-07 03:10:11 -06:00
|
|
|
LL | type Type_7 = Box<(),,>;
|
2020-12-04 05:21:33 -06:00
|
|
|
| ^ expected one of `>`, a const expression, lifetime, or type
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|