mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
297 B
Plaintext
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
|
|
|