blob: e5958af173b66e650eb6b9af4efc8ab465a6ddfa (
plain)
1
2
3
4
5
6
|
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`
}
|