mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 00:04:34 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
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
|
|
|