rust/compiler/rustc_const_eval/src
Matthias Krüger 74a0c492c1
Rollup merge of #90168 - tmiasko:const-qualif-storage, r=matthewjasper
Reset qualifs when a storage of a local ends

Reset qualifs when a storage of a local ends to ensure that the local qualifs
are affected by the state from previous loop iterations only if the local is
kept alive.

The change should be forward compatible with a stricter handling of indirect
assignments, since storage dead invalidates all existing pointers to the local.
2021-10-23 14:58:42 +02:00
..
const_eval Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
interpret Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco 2021-10-23 05:28:23 +02:00
transform Reset qualifs when a storage of a local ends 2021-10-23 09:26:22 +02:00
util Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00