]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20616-1.stderr
Rollup merge of #53358 - SimonSapin:int-bytes, r=shepmaster
[rust.git] / src / test / ui / issues / issue-20616-1.stderr
1 error: expected one of `,`, `:`, or `>`, found `T`
2   --> $DIR/issue-20616-1.rs:19:16
3    |
4 LL | type Type_1<'a T> = &'a T; //~ error: expected one of `,`, `:`, or `>`, found `T`
5    |                ^ expected one of `,`, `:`, or `>` here
6
7 error: aborting due to previous error
8