about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/module.rs
diff options
context:
space:
mode:
authorhi-rustin <rustin.liu@gmail.com>2021-05-03 16:02:54 +0800
committerhi-rustin <rustin.liu@gmail.com>2021-05-03 16:02:54 +0800
commitf758eb664e99d84e77a3a2c8155243a82a9eb4dc (patch)
tree0be45874276dcd23e34285deae7d572aef9e4334 /compiler/rustc_expand/src/module.rs
parent59f551a2dcf57c0d3d96ac5ef60e000524210469 (diff)
downloadrust-f758eb664e99d84e77a3a2c8155243a82a9eb4dc.tar.gz
rust-f758eb664e99d84e77a3a2c8155243a82a9eb4dc.zip
use double quotes for E0761
Diffstat (limited to 'compiler/rustc_expand/src/module.rs')
-rw-r--r--compiler/rustc_expand/src/module.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/module.rs b/compiler/rustc_expand/src/module.rs
index c5ce0baaa8f..fd25b8f0440 100644
--- a/compiler/rustc_expand/src/module.rs
+++ b/compiler/rustc_expand/src/module.rs
@@ -269,7 +269,7 @@ impl ModError<'_> {
                     diag,
                     span,
                     E0761,
-                    "file for module `{}` found at both {} and {}",
+                    "file for module `{}` found at both \"{}\" and \"{}\"",
                     ident,
                     default_path_short,
                     secondary_path_short,