]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-24780.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-24780.stderr
1 error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
2   --> $DIR/issue-24780.rs:5:23
3    |
4 LL | fn foo() -> Vec<usize>> {
5    |                       ^ expected one of `!`, `+`, `::`, `where`, or `{`
6
7 error: aborting due to previous error
8