4 lines
104 B
Rust
4 lines
104 B
Rust
//@ edition:2015
|
|
fn main() {
|
|
::foo() //~ ERROR cannot find external crate `foo` in the crate root
|
|
}
|