summary refs log tree commit diff
path: root/src/test/ui/parser/issue-6610.stderr
blob: d6013b32c967f6041ab3553410758b0b721d6a69 (plain)
1
2
3
4
5
6
7
8
error: expected `;` or `{`, found `}`
  --> $DIR/issue-6610.rs:13:20
   |
LL | trait Foo { fn a() } //~ ERROR expected `;` or `{`, found `}`
   |                    ^ expected `;` or `{`

error: aborting due to previous error