Skip to content

Commit b05162c

Browse files
committed
come on
1 parent 8c12d76 commit b05162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_dataflow/src/impls/initialized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ impl<'tcx> Analysis<'tcx> for MaybeInitializedPlaces<'_, 'tcx> {
484484

485485
/// There can be many more `MovePathIndex` than there are locals in a MIR body.
486486
/// We use a mixed bitset to avoid paying too high a memory footprint.
487-
pub type MaybeUninitializedPlacesDomain = MixedBitSet<MovePathIndex>;
487+
pub type MaybeUninitializedPlacesDomain = DenseBitSet<MovePathIndex>;
488488

489489
impl<'tcx> Analysis<'tcx> for MaybeUninitializedPlaces<'_, 'tcx> {
490490
type Domain = MaybeUninitializedPlacesDomain;

0 commit comments

Comments
 (0)