We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
}
trait Foo { fn a() } fn main() {}
bad-expect.rs:1:19: 1:20 error: expected `;` or `}` but found `}` bad-expect.rs:1 trait Foo { fn a() } ^
Presumably the or }`` is incorrect.
or