1
Fork 0

Fix an out-of-date comment.

This commit is contained in:
Nicholas Nethercote 2024-11-26 13:04:28 +11:00
parent a224f3807e
commit 0dbb31f7e7

View file

@ -377,7 +377,7 @@ impl<'tcx> Analysis<'tcx> for MaybeUninitializedPlaces<'_, 'tcx> {
const NAME: &'static str = "maybe_uninit";
fn bottom_value(&self, _: &mir::Body<'tcx>) -> Self::Domain {
// bottom = initialized (start_block_effect counters this at outset)
// bottom = initialized (`initialize_start_block` overwrites this on first entry)
MixedBitSet::new_empty(self.move_data().move_paths.len())
}