about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/messages.ftl
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-27 12:53:41 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-02-27 12:53:41 +0000
commit9c963fc5bcc5915db1b3f01c60d08add08504968 (patch)
tree4e21a8706151380431670d96d0cb1072a35bacc6 /compiler/rustc_driver_impl/messages.ftl
parenta0ca9b16338be84a520dd842d351de0679d5e2f1 (diff)
downloadrust-9c963fc5bcc5915db1b3f01c60d08add08504968.tar.gz
rust-9c963fc5bcc5915db1b3f01c60d08add08504968.zip
Adjust wording
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index 5dd0295897b..1b69a6e2fbe 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -2,9 +2,9 @@ driver_impl_ice = the compiler unexpectedly panicked. this is a bug.
 driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}
 driver_impl_ice_bug_report_internal_feature = using internal features is not supported and expected to cause internal compiler errors when used incorrectly
 driver_impl_ice_bug_report_outdated =
-    it seems this '{$version}' is outdated, a newer nightly should have been released in the mean time
+    it seems that this compiler `{$version}` is outdated, a newer nightly should have been released in the mean time
     .update = please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
-    .url = we would appreciate a bug report: {$bug_report_url}
+    .url = if the problem still persists, we would appreciate a bug report: {$bug_report_url}
 driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
 
 driver_impl_ice_flags = compiler flags: {$flags}