/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

  1. // error-pattern: unresolved import
  2. import thing;
  3. fn main() { let foo = thing::len(~[]); }