We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f5131 commit 604e28aCopy full SHA for 604e28a
compiler/rustc_builtin_macros/src/source_util.rs
@@ -238,7 +238,7 @@ fn load_binary_file(
238
Err(io_err) => {
239
let mut err = cx.dcx().struct_span_err(
240
macro_span,
241
- format!("couldn't read {}: {io_err}", resolved_path.display()),
+ format!("couldn't read `{}`: {io_err}", resolved_path.display()),
242
);
243
244
if original_path.is_relative() {
0 commit comments