blob: 8651005ea687d5b57390d0a5b94a0148231d05b8 (
plain)
1
2
3
4
5
6
7
8
|
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
|