/src/test/compile-fail/bad-module.rs
http://github.com/jruderman/rust · Rust · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · a9868d81c7d06d802106eb1f429e5abc MD5 · raw file
- // error-pattern: unresolved import
- import thing;
- fn main() { let foo = thing::len(~[]); }