blob: 0d59222e746f461d7298e1ea25591d84e7fa40f9 [file] [log] [blame] [edit]
fn main() {
let foo = thing::len(Vec::new());
//~^ ERROR cannot find module or crate `thing`
let foo = foo::bar::baz();
//~^ ERROR cannot find module or crate `foo`
}