rust/compiler/rustc_const_eval/src
Matthias Krüger d182081de1
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Replace `Body::basic_blocks()` with field access

Since the refactoring in #98930, it is possible to borrow the basic blocks
independently from other parts of MIR by accessing the `basic_blocks` field
directly.

Replace unnecessary `Body::basic_blocks()` method with a direct field access,
which has an additional benefit of borrowing the basic blocks only.
2022-08-29 06:34:43 +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 #99027 - tmiasko:basic-blocks, r=oli-obk 2022-08-29 06:34:43 +02:00
transform Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk 2022-08-29 06:34:43 +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