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#95328 - DrMeepster:box_gep_err, r=oli-obk
Fix yet another Box<T, A> ICE
Fixesrust-lang#95036.
This widens the special case from rust-lang#94414 to make sure that boxes with a custom allocator are never directly dereferenced.
0 commit comments