8 lines
185 B
Text
8 lines
185 B
Text
error: expected `;` or `{`, found `}`
|
|
--> $DIR/issue-6610.rs:1:20
|
|
|
|
|
LL | trait Foo { fn a() }
|
|
| ^ expected `;` or `{`
|
|
|
|
error: aborting due to previous error
|
|
|