41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
252 B
Plaintext
9 lines
252 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 1 previous error
|
|
|