We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af964f commit cd5d720Copy full SHA for cd5d720
compiler/rustc_mir/src/transform/dest_prop.rs
@@ -588,11 +588,12 @@ impl Conflicts<'a> {
588
}
589
590
StatementKind::SetDiscriminant { .. }
591
- | StatementKind::StorageLive(_)
592
- | StatementKind::StorageDead(_)
593
- | StatementKind::Retag(_, _)
594
- | StatementKind::FakeRead(_, _)
595
- | StatementKind::AscribeUserType(_, _)
+ | StatementKind::StorageLive(..)
+ | StatementKind::StorageDead(..)
+ | StatementKind::Retag(..)
+ | StatementKind::FakeRead(..)
+ | StatementKind::AscribeUserType(..)
596
+ | StatementKind::Coverage(..)
597
| StatementKind::Nop => {}
598
599
0 commit comments