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-04-08 17:17:09 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-04-09 13:37:27 +0000
commitc7e77befd88d6fb3f97209621f42d0a4ed319036 (patch)
tree2c4e9a33085bc5021a3667a300e1c8415edb96f1 /compiler/rustc_driver_impl/messages.ftl
parent2805aedf9f847039325ebf9d7d36d4f24476b13b (diff)
downloadrust-c7e77befd88d6fb3f97209621f42d0a4ed319036.tar.gz
rust-c7e77befd88d6fb3f97209621f42d0a4ed319036.zip
driver: unconditionally show update nightly hint
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index 62391daecd0..5b39248302e 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -1,10 +1,7 @@
 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 that this compiler `{$version}` is outdated, a newer nightly should have been released in the meantime
-    .update = please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
-    .url = if the problem still persists, we would appreciate a bug report: {$bug_report_url}
+driver_impl_ice_bug_report_update_note = please make sure that you have updated to the latest nightly
 driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
 
 driver_impl_ice_flags = compiler flags: {$flags}