Skip to content

Commit 0dbb31f

Browse files
committed
Fix an out-of-date comment.
1 parent a224f38 commit 0dbb31f

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
@@ -377,7 +377,7 @@ impl<'tcx> Analysis<'tcx> for MaybeUninitializedPlaces<'_, 'tcx> {
377377
const NAME: &'static str = "maybe_uninit";
378378

379379
fn bottom_value(&self, _: &mir::Body<'tcx>) -> Self::Domain {
380-
// bottom = initialized (start_block_effect counters this at outset)
380+
// bottom = initialized (`initialize_start_block` overwrites this on first entry)
381381
MixedBitSet::new_empty(self.move_data().move_paths.len())
382382
}
383383

0 commit comments

Comments
 (0)