mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

No analysis needs `Copy`, and `MaybeBorrowedLocals` is the only analysis that needs `Clone`. In `locals_live_across_suspend_points` it gets cloned so it can be used within a `MaybeRequiresStorage`.