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