mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
fix an incorrect filename for an error message
This commit is contained in:
parent
0928061906
commit
63dec941e1
@ -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…
Reference in New Issue
Block a user