rust/compiler
Nicholas Nethercote e8a0bd6549 Remove unnecessary lifetime from LeakCheck.
`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.
2024-10-08 16:28:58 +11:00
..
2024-10-04 23:28:22 +00:00
2024-10-01 17:21:56 -04:00
2024-10-04 23:28:22 +00:00
2024-10-04 23:28:22 +00:00
2024-10-04 23:28:22 +00:00