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