blob: 50db4039d4fc114b3a020eabc761300b2ffc6f81 [file] [log] [blame]
// #60115
mod foo {
pub bar();
//~^ ERROR missing `struct` for struct definition
}
fn main() {}