]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/crate-called-as-function.rs
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
[rust.git] / src / test / ui / resolve / crate-called-as-function.rs
1 fn main() {
2     ::foo() //~ cannot find external crate `foo` in the crate root
3 }