1
Fork 0
rust/tests/ui/resolve/crate-called-as-function.rs
2025-04-08 23:06:31 +03:00

3 lines
87 B
Rust

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