rust/tests/ui/parser/issues/issue-6610.stderr
2023-01-11 09:32:08 +00:00

11 lines
297 B
Plaintext

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