mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 22:46:50 +00:00
use double quotes for E0761
This commit is contained in:
parent
59f551a2dc
commit
f758eb664e
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user