2018-07-15 16:11:54 -05:00
|
|
|
error: expected one of `>`, identifier, lifetime, or type, found `,`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-20616-7.rs:30:22
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | type Type_7 = Box<(),,>; //~ error: expected one of `>`, identifier, lifetime, or type, found `,`
|
|
|
|
| ^ expected one of `>`, identifier, lifetime, or type here
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|