diff options
| author | bors <bors@rust-lang.org> | 2022-06-21 11:00:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-06-21 11:00:39 +0000 |
| commit | a25b1315ee968146a5b206a8f3c670c5b307ebfe (patch) | |
| tree | 725cc7bfd11f72a19a2ac5d0212dcb83cfe7ed37 /compiler/rustc_codegen_llvm/src | |
| parent | abace0a1f17986d89aedf610819deab2b4afee56 (diff) | |
| parent | 28ff0df6ede91c8bfadb29d5f966cff15b15c9df (diff) | |
| download | rust-a25b1315ee968146a5b206a8f3c670c5b307ebfe.tar.gz rust-a25b1315ee968146a5b206a8f3c670c5b307ebfe.zip | |
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
