rust/src/test/ui/parser/issue-6610.stderr
2020-02-24 00:59:38 +01:00

12 lines
341 B
Text

error: expected `;` or `{`, found `}`
--> $DIR/issue-6610.rs:1:20
|
LL | trait Foo { fn a() }
| - ^
| | |
| | expected `;` or `{`
| | the item list ends here
| while parsing this item list starting here
error: aborting due to previous error