blob: 469c034795efe07a2dc3b9fdbbfdfc4f8a203554 [file] [log] [blame]
error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
--> $DIR/issue-24780.rs:5:23
|
LL | fn foo() -> Vec<usize>> {
| ^ expected one of `!`, `+`, `::`, `where`, or `{` here
error: aborting due to previous error