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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#125448 - matthiaskrgr:rollup-vn6nleh, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#124297 (Allow coercing functions whose signature differs in opaque types in their defining scope into a shared function pointer type)
- rust-lang#124516 (Allow monomorphization time const eval failures if the cause is a type layout issue)
- rust-lang#124976 (rustc: Use `tcx.used_crates(())` more)
- rust-lang#125210 (Cleanup: Fix up some diagnostics)
- rust-lang#125409 (Rename `FrameworkOnlyWindows` to `RawDylibOnlyWindows`)
- rust-lang#125416 (Use correct param-env in `MissingCopyImplementations`)
- rust-lang#125421 (Rewrite `core-no-oom-handling`, `issue-24445` and `issue-38237` `run-make` tests to new `rmake.rs` format)
- rust-lang#125438 (Remove unneeded string conversion)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_lint/messages.ftl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -627,7 +627,7 @@ lint_pattern_in_foreign = patterns aren't allowed in foreign function declaratio
627
627
.label = pattern not allowed in foreign function
628
628
629
629
lint_private_extern_crate_reexport =
630
-
extern crate `{$ident}` is private, and cannot be re-exported (error E0365), consider declaring with `pub`
630
+
extern crate `{$ident}` is private, and cannot be re-exported, consider declaring with `pub`
631
631
632
632
lint_proc_macro_back_compat = using an old version of `{$crate_name}`
633
633
.note = older versions of the `{$crate_name}` crate will stop compiling in future versions of Rust; please update to `{$crate_name}` v{$fixed_version}, or switch to one of the `{$crate_name}` alternatives
0 commit comments