Files
rust/compiler
Nicholas Nethercote 119fbd32dc Improve terminology in elaborate_drops.rs.
It uses `MaybeInitializedPlaces` and `MaybeUninitializedPlaces`, but
calls the results `live` and `dead`. This is very confusing given that
there are also analyses called `MaybeLiveLocals` and `MaybeStorageLive`
and `MaybeStorageDead`.

This commit changes it to use `maybe_init` and `maybe_uninit`.
2024-12-10 12:06:03 +11:00
..
2024-12-06 16:42:09 -05:00
2024-12-09 17:31:16 +08:00
2024-12-06 16:42:09 -05:00
2024-12-06 18:42:31 +00:00
2024-12-06 16:42:09 -05:00