7 lines
106 B
Rust
7 lines
106 B
Rust
// error-pattern: main is not a module or crate
|
|
import main.bar;
|
|
|
|
fn main(vec[str] args) {
|
|
log "foo";
|
|
}
|