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