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

error: aborting due to previous error