blob: 123dc1e2b7d9c996bb0fe88840472b2b80ca46ca [file] [log] [blame]
error: expected one of `>`, const, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-7.rs:28:22
|
LL | type Type_7 = Box<(),,>;
| ^ expected one of `>`, const, identifier, lifetime, or type
error: aborting due to previous error