Skip to content

Commit 604e28a

Browse files
kornelskiestebank
andauthored
Update source_util.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent f1f5131 commit 604e28a

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
@@ -238,7 +238,7 @@ fn load_binary_file(
238238
Err(io_err) => {
239239
let mut err = cx.dcx().struct_span_err(
240240
macro_span,
241-
format!("couldn't read {}: {io_err}", resolved_path.display()),
241+
format!("couldn't read `{}`: {io_err}", resolved_path.display()),
242242
);
243243

244244
if original_path.is_relative() {

0 commit comments

Comments
 (0)