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