blob: 30fabac65640c243402476a36ad0da526b7a78ac [file] [log] [blame]
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