about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorhi-rustin <rustin.liu@gmail.com>2021-05-03 18:57:48 +0800
committerhi-rustin <rustin.liu@gmail.com>2021-05-03 18:57:48 +0800
commit461f52071d8065dbb7c57189e181dc1f72e8b10f (patch)
tree2fc56ebe202ebd0b9d40ba325c24689dbf04a6b6 /src/test/ui
parentf758eb664e99d84e77a3a2c8155243a82a9eb4dc (diff)
downloadrust-461f52071d8065dbb7c57189e181dc1f72e8b10f.tar.gz
rust-461f52071d8065dbb7c57189e181dc1f72e8b10f.zip
use full path for E0761
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr b/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr
index 804947d38d9..a2c99396987 100644
--- a/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr
+++ b/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr
@@ -1,4 +1,4 @@
-error[E0761]: file for module `mod_file_disambig_aux` found at both "mod_file_disambig_aux.rs" and "mod_file_disambig_aux/mod.rs"
+error[E0761]: file for module `mod_file_disambig_aux` found at both "$DIR/mod_file_disambig_aux.rs" and "$DIR/mod_file_disambig_aux/mod.rs"
   --> $DIR/mod_file_disambig.rs:1:1
    |
 LL | mod mod_file_disambig_aux;