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`
|
2014-11-10 04:58:03 -06:00
|
|
|
//~^ HELP name the file either not_a_real_file.rs or not_a_real_file/mod.rs inside the directory
|
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);
|
2013-02-14 13:47:00 -06:00
|
|
|
}
|