Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
resolve
/
crate-called-as-function.rs
blob: 30922d923f48b7e4fa9d41dda7e71ad32c600092 [
file
] [
log
] [
blame
]
fn
main
()
{
::
foo
()
//~ ERROR cannot find external crate `foo` in the crate root
}