1
Fork 0
rust/compiler/rustc_infer/src
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
..
infer Remove unnecessary lifetime from LeakCheck. 2024-10-08 16:28:58 +11:00
traits Improve formatting of some comments. 2024-10-08 16:28:58 +11:00
errors.rs Rename errors/mod.rs as errors.rs. 2024-10-07 09:50:50 +11:00
lib.rs Remove unused features. 2024-10-07 09:50:49 +11:00