blob: 83fc029967c57f8d1225bc1e597946c163a60648 [file] [log] [blame] [edit]
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 1 previous error