Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
ui
/
extern-flag
/
noprelude.rs
blob: 12425f3fb8d9b626a85cb2a19249acb16aac66ec [
file
]
//@ aux-crate:noprelude:somedep=somedep.rs
//@ compile-flags: -Zunstable-options
//@ edition:2018
fn
main
()
{
somedep
::
somefun
();
//~ ERROR cannot find
}