rust/compiler
bors d350797b7e Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqk
Apply effects to `otherwise` edge in dataflow analysis

This allows `ElaborateDrops` to remove drops when a `match` wildcard arm covers multiple no-Drop enum variants. It modifies dataflow analysis to update the `MaybeUninitializedPlaces` and `MaybeInitializedPlaces` data for a block reached through an `otherwise` edge.

Fixes rust-lang/rust#142705.
2025-07-09 03:42:01 +00:00
..
2025-07-07 08:13:12 +00:00
2025-07-07 12:58:16 +00:00
2025-07-07 12:58:16 +00:00
2025-07-01 19:00:21 +00:00
2025-06-28 17:58:21 +08:00