blob: b7e3322b7aa9207dd393f9df4124882cf86e25a7 [file] [log] [blame]
error: expected one of `>`, `const`, identifier, or lifetime, found `,`
--> $DIR/issue-20616-9.rs:34:15
|
LL | type Type_9<T,,> = Box<T>;
| ^ expected one of `>`, `const`, identifier, or lifetime
error: aborting due to previous error