You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #122031 - matthiaskrgr:rollup-mp1ii7n, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- #121280 (Implement MaybeUninit::fill{,_with,_from})
- #121438 (std support for wasm32 panic=unwind)
- #121658 (Hint user to update nightly on ICEs produced from outdated nightly)
- #121959 (Removing absolute path in proc-macro)
- #121961 (add test for #78894#71450)
- #121975 (hir_analysis: enums return `None` in `find_field`)
- #121978 (Fix duplicated path in the "not found dylib" error)
- #121991 (Merge impl_trait_in_assoc_types_defined_by query back into `opaque_types_defined_by`)
- #122016 (will_wake tests fail on Miri and that is expected)
- #122018 (only set noalias on Box with the global allocator)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardexpand all lines: compiler/rustc_driver_impl/messages.ftl
+4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
driver_impl_ice = the compiler unexpectedly panicked. this is a bug.
2
2
driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}
3
3
driver_impl_ice_bug_report_internal_feature = using internal features is not supported and expected to cause internal compiler errors when used incorrectly
4
+
driver_impl_ice_bug_report_outdated =
5
+
it seems that this compiler `{$version}` is outdated, a newer nightly should have been released in the mean time
6
+
.update = please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
7
+
.url = if the problem still persists, we would appreciate a bug report: {$bug_report_url}
4
8
driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
0 commit comments