rust/src/test/ui/resolve/crate-called-as-function.rs
2021-01-18 14:01:09 +01:00

3 lines
81 B
Rust

fn main() {
::foo() //~ cannot find external crate `foo` in the crate root
}