rust/compiler/rustc_const_eval/src
Nilstrieb 96d4137dee Only normalize once in mir validator typechecker
Before, it called `normalize_erasing_regions` twice since
`equal_up_to_regions` called it as well for both types.
2022-08-29 16:29:53 +02:00
..
const_eval Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk 2022-08-28 09:35:19 +02:00
interpret Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr 2022-08-29 06:34:46 +02:00
transform Only normalize once in mir validator typechecker 2022-08-29 16:29:53 +02:00
util Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov 2022-08-03 16:09:56 +00:00
errors.rs Addressing last comment on PR review 2022-08-22 12:14:49 -03:00
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
might_permit_raw_init.rs fix ICE with extra-const-ub-checks 2022-08-21 20:00:38 -04:00