about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/messages.ftl
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-05-03 21:17:57 -0400
committerBen Kimock <kimockb@gmail.com>2024-05-21 20:12:29 -0400
commit95150d72465db491f4b04b73545e106462bd003b (patch)
tree99ebc1f9f9f08d0ff0065ac0a05fd60bbfb74eb2 /compiler/rustc_driver_impl/messages.ftl
parent39e02f1bd1e53d009da382654139f7c0639172a8 (diff)
downloadrust-95150d72465db491f4b04b73545e106462bd003b.tar.gz
rust-95150d72465db491f4b04b73545e106462bd003b.zip
Add a footer in FileEncoder and check for it in MemDecoder
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index 5b39248302e..31837e01764 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -10,6 +10,8 @@ driver_impl_ice_path_error = the ICE couldn't be written to `{$path}`: {$error}
 driver_impl_ice_path_error_env = the environment variable `RUSTC_ICE` is set to `{$env_var}`
 driver_impl_ice_version = rustc {$version} running on {$triple}
 
+driver_impl_rlink_corrupt_file = corrupt metadata encountered in `{$file}`
+
 driver_impl_rlink_empty_version_number = The input does not contain version number
 
 driver_impl_rlink_encoding_version_mismatch = .rlink file was produced with encoding version `{$version_array}`, but the current version is `{$rlink_version}`