Skip to content

Commit 9c963fc

Browse files
committed
Adjust wording
1 parent a0ca9b1 commit 9c963fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_driver_impl/messages.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ driver_impl_ice = the compiler unexpectedly panicked. this is a bug.
22
driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}
33
driver_impl_ice_bug_report_internal_feature = using internal features is not supported and expected to cause internal compiler errors when used incorrectly
44
driver_impl_ice_bug_report_outdated =
5-
it seems this '{$version}' is outdated, a newer nightly should have been released in the mean time
5+
it seems that this compiler `{$version}` is outdated, a newer nightly should have been released in the mean time
66
.update = please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
7-
.url = we would appreciate a bug report: {$bug_report_url}
7+
.url = if the problem still persists, we would appreciate a bug report: {$bug_report_url}
88
driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
99
1010
driver_impl_ice_flags = compiler flags: {$flags}

0 commit comments

Comments
 (0)