rust/src/test/compile-fail/bad-module.rs

4 lines
76 B
Rust

// error-pattern: unresolved name
fn main() { let foo = thing::len(~[]); }