mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +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
|
|
|