2021-12-04 12:05:30 -06:00
|
|
|
error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-24780.rs:5:23
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | fn foo() -> Vec<usize>> {
|
2021-12-04 12:05:30 -06:00
|
|
|
| ^ expected one of `!`, `+`, `::`, `where`, or `{`
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|