4 lines
76 B
Rust
4 lines
76 B
Rust
// error-pattern: unresolved name
|
|
|
|
fn main() { let foo = thing::len(~[]); }
|