]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/driver.ftl
Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726
[rust.git] / compiler / rustc_error_messages / locales / en-US / driver.ftl
index 0a2f0e8f883e48b8bc076e8846f9bbd31f2b9cdc..73f084cf3290bf7d1d8e7a0af03b4a35410aafa4 100644 (file)
@@ -1,5 +1,11 @@
 driver_rlink_unable_to_read = failed to read rlink file: `{$err}`
 
-driver_rlink_unable_to_deserialize = could not deserialize .rlink file: `{$error_message}`
+driver_rlink_wrong_file_type = The input does not look like a .rlink file
+
+driver_rlink_empty_version_number = The input does not contain version number
+
+driver_rlink_encoding_version_mismatch = .rlink file was produced with encoding version `{$version_array}`, but the current version is `{$rlink_version}`
+
+driver_rlink_rustc_version_mismatch = .rlink file was produced by rustc version `{$rustc_version}`, but the current version is `{$current_version}`
 
 driver_rlink_no_a_file = rlink must be a file