Sign in
rust
/
rust
/
ec48041b2002b999458a9ea4e86bfa0253b4d044
/
.
/
tests
/
ui
/
resolve
/
crate-called-as-function.rs
blob: 747a41312987dd1d3dea07d74eeca9f1c0e25db7 [
file
]
//@ edition:2015
fn
main
()
{
::
foo
()
//~ ERROR cannot find external crate `foo` in the crate root
}