rust/tests/ui/resolve/crate-called-as-function.rs
2025-11-27 11:19:00 -05:00

4 lines
104 B
Rust

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