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
Rollup merge of rust-lang#122233 - RalfJung:custom-alloc-box, r=oli-obk
miri: do not apply aliasing restrictions to Box with custom allocator
This is the Miri side of rust-lang#122018. The "intrinsics with body" made this much more pleasant. :)
Fixesrust-lang/miri#3341.
r? `@oli-obk`
// Miri needs to adjust the provenance, but for regular codegen this is not needed
2708
+
ptr
2709
+
}
2710
+
2698
2711
// Some functions are defined here because they accidentally got made
2699
2712
// available in this module on stable. See <https://github.com/rust-lang/rust/issues/15702>.
2700
2713
// (`transmute` also falls into this category, but it cannot be wrapped due to the
0 commit comments