1 error: expected one of `>`, const, identifier, lifetime, or type, found `,`
2 --> $DIR/issue-20616-4.rs:16:34
4 LL | type Type_4<T> = Type_1_<'static,, T>;
5 | ^ expected one of `>`, const, identifier, lifetime, or type
7 error: aborting due to previous error