blob: a496c816e94fba2add426c0d2ed5eb9f022c413b [file] [log] [blame]
fn main() {
let foo = thing::len(Vec::new());
//~^ ERROR failed to resolve: use of undeclared type or module `thing`
let foo = foo::bar::baz();
//~^ ERROR failed to resolve: use of undeclared type or module `foo`
}