4 lines
99 B
Rust
4 lines
99 B
Rust
//@ edition:2015
|
|
use main::bar; //~ ERROR unresolved import `main`
|
|
|
|
fn main() { println!("foo"); }
|