2013-07-19 21:11:30 -05:00
|
|
|
mod mod_file_disambig_aux; //~ ERROR file for module `mod_file_disambig_aux` found at both
|
2011-10-28 23:19:59 -05:00
|
|
|
|
2013-07-19 21:11:30 -05:00
|
|
|
fn main() {
|
|
|
|
assert_eq!(mod_file_aux::bar(), 10);
|
2020-03-08 06:19:27 -05:00
|
|
|
//~^ ERROR failed to resolve: use of undeclared type or module `mod_file_aux`
|
2013-07-19 21:11:30 -05:00
|
|
|
}
|