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 0928061 commit 63dec94Copy full SHA for 63dec94
compiler/rustc_metadata/src/fs.rs
@@ -74,7 +74,7 @@ pub fn encode_and_write_metadata(
74
std::fs::File::create(&metadata_filename).unwrap_or_else(|e| {
75
tcx.sess.fatal(&format!(
76
"failed to create the file {}: {}",
77
- out_filename.display(),
+ metadata_filename.display(),
78
e
79
))
80
});
0 commit comments