1
Fork 0

Move always_storage_live_locals.

It's very closely related to `MaybeStorageLive` and `MaybeStorageDead`.
It's weird that it's currently in a different module.
This commit is contained in:
Nicholas Nethercote 2024-11-22 17:52:02 +11:00
parent 71789427a3
commit 3d12160dfc
9 changed files with 25 additions and 30 deletions

View file

@ -33,7 +33,6 @@ pub mod impls;
pub mod move_paths;
pub mod points;
pub mod rustc_peek;
pub mod storage;
pub mod un_derefer;
pub mod value_analysis;