blob: 4a3bc752553b982ac47ebeff39eeeda7f2fa984f (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected one of `->`, `;`, `where`, or `{`, found `}`
--> $DIR/issue-6610.rs:1:20
|
LL | trait Foo { fn a() }
| - ^ expected one of `->`, `;`, `where`, or `{`
| |
| while parsing this `fn`
error: aborting due to previous error
|