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 #145090 - tgross35:rollup-iyhic4w, r=tgross35
Rollup of 7 pull requests
Successful merges:
- #144039 (Use `tcx.short_string()` in more diagnostics)
- #144192 (atomicrmw on pointers: move integer-pointer cast hacks into backend)
- #144823 (coverage: Extract HIR-related helper code out of the main module)
- #144987 (Enable f16 and f128 on targets that were fixed in LLVM21)
- #145001 (regression test for intrinsics may not inline properly on pclmulqdq)
- #145080 (Escape diff strings in MIR dataflow graphviz)
- #145083 (Fix cross-compilation of Cargo)
r? `@ghost`
`@rustbot` modify labels: rollup
codegen_ssa_invalid_monomorphization_basic_integer_type = invalid monomorphization of `{$name}` intrinsic: expected basic integer type, found `{$ty}`
103
103
104
+
codegen_ssa_invalid_monomorphization_basic_integer_or_ptr_type = invalid monomorphization of `{$name}` intrinsic: expected basic integer or pointer type, found `{$ty}`
105
+
104
106
codegen_ssa_invalid_monomorphization_cannot_return = invalid monomorphization of `{$name}` intrinsic: cannot return `{$ret_ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
0 commit comments