1error: expected one of `,`, `:`, or `>`, found `T`
2  --> $DIR/issue-20616-1.rs:9:16
3   |
4LL | type Type_1<'a T> = &'a T;
5   |                ^ expected one of `,`, `:`, or `>`
6
7error: aborting due to previous error
8
9