about summary refs log tree commit diff
path: root/tests/ui/resolve/crate-called-as-function.rs
blob: 30922d923f48b7e4fa9d41dda7e71ad32c600092 (plain)
1
2
3
fn main() {
    ::foo() //~ ERROR cannot find external crate `foo` in the crate root
}