use double quotes for E0761

This commit is contained in:
hi-rustin 2021-05-03 16:02:54 +08:00
parent 59f551a2dc
commit f758eb664e
2 changed files with 2 additions and 2 deletions

View file

@ -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,