mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 20:57:15 +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
|
|
|