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