blob: e2c3efe8447013e43f736ce60fcac6508744a51b (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `>`, a const expression, lifetime, or type, found `,`
--> $DIR/issue-20616-7.rs:28:22
|
LL | type Type_7 = Box<(),,>;
| ^ expected one of `>`, a const expression, lifetime, or type
error: aborting due to previous error
|