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 #145126 - tgross35:rollup-6w87usd, r=tgross35
Rollup of 8 pull requests
Successful merges:
- #139451 (Add `target_env = "macabi"` and `target_env = "sim"`)
- #144039 (Use `tcx.short_string()` in more diagnostics)
- #144192 (atomicrmw on pointers: move integer-pointer cast hacks into backend)
- #144545 (In rustc_pattern_analysis, put `true` witnesses before `false` witnesses)
- #144579 (Implement declarative (`macro_rules!`) attribute macros (RFC 3697))
- #144649 (Account for bare tuples and `Pin` methods in field searching logic)
- #144775 (more strongly dissuade use of `skip_binder`)
- #144987 (Enable f16 and f128 on targets that were fixed in LLVM21)
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