blob: d9e83144b367a1fc13546f1319824106675b55f4 [file] [log] [blame]
error: expected one of `:`, `;`, `=`, `@`, or `|`, found `<`
--> $DIR/issue-22712.rs:6:12
|
LL | let Foo<Vec<u8>>
| ^ expected one of `:`, `;`, `=`, `@`, or `|` here
error: aborting due to previous error