rust/compiler/rustc_const_eval/src/transform
bors a25b1315ee Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
Remove dereferencing of Box from codegen

Through #94043, #94414, #94873, and #95328, I've been fixing issues caused by Box being treated like a pointer when it is not a pointer. However, these PRs just introduced special cases for Box. This PR removes those special cases and instead transforms a deref of Box into a deref of the pointer it contains.

Hopefully, this is the end of the Box<T, A> ICEs.
2022-06-21 11:00:39 +00:00
..
check_consts Mention formatting macros when encountering ArgumentV1::new in const 2022-06-19 20:18:08 -07:00
mod.rs Don't re-export MirPass 2021-11-29 12:58:15 -08:00
promote_consts.rs implement valtrees as the type-system representation for constant values 2022-06-14 16:07:11 +02:00
validate.rs remove box derefs from codgen 2022-06-15 18:38:26 -07:00