Skip to content

Commit

Permalink
Update source_util.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
  • Loading branch information
kornelski and estebank authored Mar 5, 2024
1 parent f1f5131 commit 604e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_builtin_macros/src/source_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fn load_binary_file(
Err(io_err) => {
let mut err = cx.dcx().struct_span_err(
macro_span,
format!("couldn't read {}: {io_err}", resolved_path.display()),
format!("couldn't read `{}`: {io_err}", resolved_path.display()),
);

if original_path.is_relative() {
Expand Down

0 comments on commit 604e28a

Please sign in to comment.