| commit | 161f2d70e98ea8ef687cc2c8dc058a09dab9cdb4 | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Mon Oct 13 15:24:11 2025 +0000 |
| committer | bors <bors@rust-lang.org> | Mon Oct 13 15:24:11 2025 +0000 |
| tree | 99b9dd23b466e5bd87eda7a3f8a473a26e97935e | |
| parent | 2e291467674a510bd7f6b5267f466a44ce93f9bc [diff] | |
| parent | b02d69148b91ea5f00b75da22df75a7d38504314 [diff] |
Auto merge of #147541 - saethlin:transmute-carefully, r=scottmcm Change int-to-ptr transmute lowering back to inttoptr This is a revert of https://github.com/rust-lang/rust/pull/121282, but with a regression test to cover the reported miscompile in https://github.com/rust-lang/rust/issues/147265 that was caused by the way the code here combines with https://github.com/rust-lang/rust/pull/138759.