rust/compiler/rustc_const_eval/src
Dylan DPC ab7fb29878
Rollup merge of #96050 - oli-obk:deaggregator_cleanup, r=RalfJung
Remove some now-dead code that was only relevant before deaggregation.

The code was broken anyway, if the deaggregator is disabled, it would have ICEd on any non-enum Adt

r? ```@RalfJung```
2022-04-16 07:12:47 +02:00
..
const_eval interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal 2022-04-07 16:24:48 -04:00
interpret Remove some now-dead code that was only relevant before deaggregation. 2022-04-14 13:31:21 +00:00
transform Consider lifetimes when comparing types for equality in MIR validator 2022-04-13 05:51:08 -04:00
util Add new Deinit statement kind 2022-04-11 08:55:03 -04:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00