5 lines
91 B
Rust
5 lines
91 B
Rust
// error-pattern: unresolved import
|
|
import thing;
|
|
|
|
fn main() { let foo = thing::len([]); }
|