PR feedback

This commit is contained in:
Ben Kimock
2024-05-21 20:12:07 -04:00
parent 95150d7246
commit c3a606237d
10 changed files with 27 additions and 20 deletions

View File

@@ -654,7 +654,7 @@ fn process_rlink(sess: &Session, compiler: &interface::Compiler) {
})
}
CodegenErrors::CorruptFile => {
dcx.emit_fatal(RlinkCorruptFile { file: file.display().to_string() });
dcx.emit_fatal(RlinkCorruptFile { file });
}
};
}