Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
modules_and_files_visibility
/
mod_file_disambig.rs
blob: e5958af173b66e650eb6b9af4efc8ab465a6ddfa [
file
] [
log
] [
blame
]
mod
mod_file_disambig_aux
;
//~ ERROR file for module `mod_file_disambig_aux` found at both
fn
main
()
{
assert_eq
!(
mod_file_aux
::
bar
(),
10
);
//~^ ERROR failed to resolve: use of undeclared crate or module `mod_file_aux`
}