rust/src/test/ui/parser/issue-24780.stderr

9 lines
256 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
--> $DIR/issue-24780.rs:17:23
|
LL | fn foo() -> Vec<usize>> {
| ^ expected one of `!`, `+`, `::`, `where`, or `{` here
error: aborting due to previous error