blob: 0a734e4fdcdbe94e2064b3aca2eb57d5a861b1f9 [file] [log] [blame]
error: expected one of `>`, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-4.rs:28:34
|
LL | type Type_4<T> = Type_1_<'static,, T>;
| ^ expected one of `>`, identifier, lifetime, or type here
error: aborting due to previous error