mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:46:22 +00:00
`LeakCheck` can own `mini_graph` and `rcc` instead of holding references to them. This requires inlining `assign_scc_value` to avoid a borrowck error, but that's fine because it has a single call site.