Files
rust/compiler/rustc_mir_transform/src
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
..
2022-05-09 18:40:18 +02:00
2022-04-27 08:51:33 +01:00
2022-06-15 18:38:26 -07:00
2021-12-02 17:31:38 -08:00
2022-05-02 17:40:30 -07:00
2022-03-30 15:14:15 -04:00
2022-04-16 18:44:27 -04:00
2022-04-11 08:55:03 -04:00
2022-02-15 16:03:24 +11:00
2022-05-02 17:40:30 -07:00