2017-03-17 17:11:27 -05:00
|
|
|
// ignore-windows
|
2015-02-09 13:01:45 -06:00
|
|
|
|
2013-07-19 21:11:30 -05:00
|
|
|
mod not_a_real_file; //~ ERROR file not found for module `not_a_real_file`
|
2020-03-16 22:39:22 -05:00
|
|
|
//~^ HELP to create the module `not_a_real_file`, create file
|
2012-11-18 16:14:40 -06:00
|
|
|
|
|
|
|
fn main() {
|
2013-05-18 21:02:45 -05:00
|
|
|
assert_eq!(mod_file_aux::bar(), 10);
|
2020-08-27 07:27:14 -05:00
|
|
|
//~^ ERROR failed to resolve: use of undeclared crate or module `mod_file_aux`
|
2013-02-14 13:47:00 -06:00
|
|
|
}
|