Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6eeb9ab

Browse files
kornelskiestebank
andauthoredMar 5, 2024
Update source_util.rs
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent 604e28a commit 6eeb9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_builtin_macros/src/source_util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn load_binary_file(
252252
if let Some(new_path) = new_path {
253253
err.span_suggestion(
254254
path_span,
255-
"there is a file in another directory",
255+
"there is a file with the same name in a different directory",
256256
format!("\"{}\"", new_path.escape_debug()),
257257
rustc_lint_defs::Applicability::MachineApplicable,
258258
);

0 commit comments

Comments
 (0)
Please sign in to comment.