summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mod_file_with_path_attr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/mod_file_with_path_attr.stderr')
-rw-r--r--tests/ui/parser/mod_file_with_path_attr.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/parser/mod_file_with_path_attr.stderr b/tests/ui/parser/mod_file_with_path_attr.stderr
new file mode 100644
index 000000000..cd1add73d
--- /dev/null
+++ b/tests/ui/parser/mod_file_with_path_attr.stderr
@@ -0,0 +1,8 @@
+error: couldn't read $DIR/not_a_real_file.rs: $FILE_NOT_FOUND_MSG (os error 2)
+ --> $DIR/mod_file_with_path_attr.rs:4:1
+ |
+LL | mod m;
+ | ^^^^^^
+
+error: aborting due to previous error
+