Files
rust/src/test/ui/parser/mod_file_with_path_attr.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

9 lines
219 B
Plaintext

error: couldn't read $DIR/not_a_real_file.rs: $FILE_NOT_FOUND_MSG (os error 2)
--> $DIR/mod_file_with_path_attr.rs:15:5
|
LL | mod m; //~ ERROR not_a_real_file.rs
| ^
error: aborting due to previous error