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 rust-lang#138058 - jieyouxu:rollup-skdt0oz, r=jieyouxu
Rollup of 20 pull requests
Successful merges:
- rust-lang#134063 (dec2flt: Clean up float parsing modules)
- rust-lang#136581 (Retire the legacy `Makefile`-based `run-make` test infra)
- rust-lang#136662 (Count char width at most once in `Formatter::pad`)
- rust-lang#136764 (Make `ptr_cast_add_auto_to_object` lint into hard error)
- rust-lang#136798 (Added documentation for flushing per rust-lang#74348)
- rust-lang#136865 (Perform deeper compiletest path normalization for `$TEST_BUILD_DIR` to account for compare-mode/debugger cases, and normalize long type file filename hashes)
- rust-lang#136975 (Look for `python3` first on MacOS, not `py`)
- rust-lang#136977 (Upload Datadog metrics with citool)
- rust-lang#137240 (Slightly reformat `std::fs::remove_dir_all` error docs)
- rust-lang#137298 (Check signature WF when lowering MIR body)
- rust-lang#137463 ([illumos] attempt to use posix_spawn to spawn processes)
- rust-lang#137477 (uefi: Add Service Binding Protocol abstraction)
- rust-lang#137569 (Stabilize `string_extend_from_within`)
- rust-lang#137633 (Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack)
- rust-lang#137679 (Various coretests improvements)
- rust-lang#137723 (Make `rust.description` more general-purpose and pass `CFG_VER_DESCRIPTION`)
- rust-lang#137728 (Remove unsizing coercions for tuples)
- rust-lang#137731 (Resume one waiter at once in deadlock handler)
- rust-lang#137875 (mir_build: Integrate "simplification" steps into match-pair-tree creation)
- rust-lang#138028 (compiler: add `ExternAbi::is_rustic_abi`)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardexpand all lines: compiler/rustc_hir_typeck/messages.ftl
+6-3
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,13 @@ hir_typeck_pass_to_variadic_function = can't pass `{$ty}` to variadic function
171
171
.suggestion = cast the value to `{$cast_ty}`
172
172
.teach_help = certain types, like `{$ty}`, must be casted before passing them to a variadic function, because of arcane ABI rules dictated by the C standard
0 commit comments