mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
5 lines
104 B
Rust
5 lines
104 B
Rust
//@ edition:2015
|
|
fn main() {
|
|
::foo() //~ ERROR cannot find external crate `foo` in the crate root
|
|
}
|