``` rust 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.