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.
2 parents 74ab27c + 8a9b38f commit 84644ebCopy full SHA for 84644eb
src/pretty_clif.rs
@@ -227,7 +227,7 @@ pub(crate) fn write_ir_file(
227
// Using early_warn as no Session is available here
228
rustc_session::early_warn(
229
rustc_session::config::ErrorOutputType::default(),
230
- &format!("error writing ir file: {}", err),
+ format!("error writing ir file: {}", err),
231
);
232
}
233
0 commit comments