1
Fork 0

Move OutFileName writing into rustc_session

This commit is contained in:
David Tolnay 2023-07-16 22:13:08 -07:00
parent 32cac2e002
commit f2e3d3fc63
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
7 changed files with 24 additions and 22 deletions

View file

@ -15,5 +15,3 @@ driver_impl_rlink_rustc_version_mismatch = .rlink file was produced by rustc ver
driver_impl_rlink_unable_to_read = failed to read rlink file: `{$err}`
driver_impl_rlink_wrong_file_type = The input does not look like a .rlink file
driver_impl_unpretty_dump_fail = pretty-print failed to write `{$path}` due to error `{$err}`