rust/compiler/rustc_index/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
..
bit_set BitSet perf improvements 2022-06-14 19:41:58 -07:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec Fix test 2022-02-24 16:02:07 -05:00
bit_set.rs Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk 2022-06-21 11:00:39 +00:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs Convert newtype_index to a proc macro 2022-02-24 16:02:06 -05:00
vec.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00