summary refs log tree commit diff
path: root/src/test/ui/parser/issue-24780.stderr
blob: 01f110e3d2462d31a05b6b3211dfdb627339b400 (plain)
1
2
3
4
5
6
7
8
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