summary refs log tree commit diff
path: root/src/test/ui/parser/issue-24780.stderr
blob: 469c034795efe07a2dc3b9fdbbfdfc4f8a203554 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!`, `+`, `::`, `where`, or `{`, found `>`
  --> $DIR/issue-24780.rs:5:23
   |
LL | fn foo() -> Vec<usize>> {
   |                       ^ expected one of `!`, `+`, `::`, `where`, or `{` here

error: aborting due to previous error