Files
rust/tests/ui/resolve/crate-called-as-function.rs
Christian Poveda b2ab7cf980 Gate 2015 UI tests
2025-11-27 11:19:00 -05:00

5 lines
104 B
Rust

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