rust/src/test/ui/parser/mod_file_not_exist.stderr
Vadim Petrochenkov 21d67c45a3 Fix a few tests with target-specific output
Enable one fully ignored test
2018-10-21 14:06:29 +03:00

11 lines
424 B
Text

error[E0583]: file not found for module `not_a_real_file`
--> $DIR/mod_file_not_exist.rs:14:5
|
LL | mod not_a_real_file; //~ ERROR file not found for module `not_a_real_file`
| ^^^^^^^^^^^^^^^
|
= help: name the file either not_a_real_file.rs or not_a_real_file/mod.rs inside the directory "$DIR"
error: aborting due to previous error
For more information about this error, try `rustc --explain E0583`.