mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 18:37:04 +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`.