summaryrefslogtreecommitdiffstats
path: root/src/test/ui/modules/path-no-file-name.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/modules/path-no-file-name.stderr')
-rw-r--r--src/test/ui/modules/path-no-file-name.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/ui/modules/path-no-file-name.stderr b/src/test/ui/modules/path-no-file-name.stderr
new file mode 100644
index 000000000..32a213c68
--- /dev/null
+++ b/src/test/ui/modules/path-no-file-name.stderr
@@ -0,0 +1,8 @@
+error: couldn't read $DIR/.: $ACCESS_DENIED_MSG (os error $ACCESS_DENIED_CODE)
+ --> $DIR/path-no-file-name.rs:5:1
+ |
+LL | mod m;
+ | ^^^^^^
+
+error: aborting due to previous error
+