blob: f70a87fb0e8fbaad3f9b7cff2eb1e3b1ca78bb4e [file] [log] [blame] [edit]
struct Foo {}
impl Foo {
pub fn bar()
//~^ ERROR: associated function in `impl` without body
}
//~^ERROR expected one of `->`, `where`, or `{`, found `}`
fn main() {}