9 lines
126 B
Rust
9 lines
126 B
Rust
// #60115
|
|
|
|
mod foo {
|
|
pub bar();
|
|
//~^ ERROR missing `fn` or `struct` for function or struct definition
|
|
}
|
|
|
|
fn main() {}
|