diff options
| author | hi-rustin <rustin.liu@gmail.com> | 2021-05-03 16:02:54 +0800 |
|---|---|---|
| committer | hi-rustin <rustin.liu@gmail.com> | 2021-05-03 16:02:54 +0800 |
| commit | f758eb664e99d84e77a3a2c8155243a82a9eb4dc (patch) | |
| tree | 0be45874276dcd23e34285deae7d572aef9e4334 /src | |
| parent | 59f551a2dcf57c0d3d96ac5ef60e000524210469 (diff) | |
| download | rust-f758eb664e99d84e77a3a2c8155243a82a9eb4dc.tar.gz rust-f758eb664e99d84e77a3a2c8155243a82a9eb4dc.zip | |
use double quotes for E0761
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr | 2 |
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 3a3d2e2dddd..804947d38d9 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 "mod_file_disambig_aux.rs" and "mod_file_disambig_aux/mod.rs" --> $DIR/mod_file_disambig.rs:1:1 | LL | mod mod_file_disambig_aux; |
