Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
extern-flag
/
noprelude.rs
blob: cdbf34091007ef8cec068d35bfc228be00bc969a [
file
] [
log
] [
blame
]
// aux-crate:noprelude:somedep=somedep.rs
// compile-flags: -Zunstable-options
// edition:2018
fn
main
()
{
somedep
::
somefun
();
//~ ERROR failed to resolve
}