fix an incorrect filename for an error message
This commit is contained in:
parent
0928061906
commit
63dec941e1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pub fn encode_and_write_metadata(
|
||||||
std::fs::File::create(&metadata_filename).unwrap_or_else(|e| {
|
std::fs::File::create(&metadata_filename).unwrap_or_else(|e| {
|
||||||
tcx.sess.fatal(&format!(
|
tcx.sess.fatal(&format!(
|
||||||
"failed to create the file {}: {}",
|
"failed to create the file {}: {}",
|
||||||
out_filename.display(),
|
metadata_filename.display(),
|
||||||
e
|
e
|
||||||
))
|
))
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue