blob: 30fabac65640c243402476a36ad0da526b7a78ac (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `:`, `;`, `=`, `@`, or `|`, found `<`
--> $DIR/issue-22712.rs:6:12
|
LL | let Foo<Vec<u8>>
| ^ expected one of `:`, `;`, `=`, `@`, or `|`
error: aborting due to previous error
|