blob: 522db4124122992aed5326babfb9b8a9458377e5 [file] [log] [blame]
error: expected one of `,`, `:`, or `>`, found `T`
--> $DIR/issue-20616-1.rs:9:16
|
LL | type Type_1<'a T> = &'a T; //~ error: expected one of `,`, `:`, or `>`, found `T`
| ^ expected one of `,`, `:`, or `>` here
error: aborting due to previous error