about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/messages.ftl
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-16 22:13:08 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-20 11:04:31 -0700
commitf2e3d3fc63ea238385aecbb77f633fd451b9470a (patch)
tree58ee29dcca80a28dddd5987dc11417b05b13ef5c /compiler/rustc_driver_impl/messages.ftl
parent32cac2e0024aa4d02661859f9bfc69d33e6e8ba9 (diff)
downloadrust-f2e3d3fc63ea238385aecbb77f633fd451b9470a.tar.gz
rust-f2e3d3fc63ea238385aecbb77f633fd451b9470a.zip
Move OutFileName writing into rustc_session
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index 22b4ec6b0d1..f8e25e00800 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -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}`