We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604e28a commit 6eeb9abCopy full SHA for 6eeb9ab
compiler/rustc_builtin_macros/src/source_util.rs
@@ -252,7 +252,7 @@ fn load_binary_file(
252
if let Some(new_path) = new_path {
253
err.span_suggestion(
254
path_span,
255
- "there is a file in another directory",
+ "there is a file with the same name in a different directory",
256
format!("\"{}\"", new_path.escape_debug()),
257
rustc_lint_defs::Applicability::MachineApplicable,
258
);
0 commit comments