mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 19:08:38 +00:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
|
|
--> $DIR/issue-24780.rs:5:23
|
|
|
|
|
LL | fn foo() -> Vec<usize>> {
|
|
| ^ expected one of `!`, `+`, `::`, `where`, or `{`
|
|
|
|
error: aborting due to previous error
|
|
|