6 lines
76 B
Rust
6 lines
76 B
Rust
use Foo; //~ ERROR unresolved
|
|
|
|
use Foo1; //~ ERROR unresolved
|
|
|
|
fn main() {}
|