]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issues/issue-24780.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / issues / issue-24780.stderr
CommitLineData
a2a8927a 1error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
0731742a 2 --> $DIR/issue-24780.rs:5:23
0bf4aa26
XL
3 |
4LL | fn foo() -> Vec<usize>> {
a2a8927a 5 | ^ expected one of `!`, `+`, `::`, `where`, or `{`
0bf4aa26
XL
6
7error: aborting due to previous error
8