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