blob: a98042089466435485cbb380bd2fac82386d16d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|