blob: b4b40b3637db7cfce73063fb01f2734f0c33796b [file] [log] [blame]
error: expected one of `>`, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-3.rs:25:24
|
LL | type Type_3<T> = Box<T,,>; //~ error: expected one of `>`, identifier, lifetime, or type, found `,`
| ^ expected one of `>`, identifier, lifetime, or type here
error: aborting due to previous error