7 lines
84 B
Rust
7 lines
84 B
Rust
fn main() {
|
|
}
|
|
|
|
mod foo {
|
|
fn main() { //~ ERROR multiple 'main' functions
|
|
}
|
|
} |