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