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

error: aborting due to previous error