Files
rust/compiler/rustc_middle
Ralf Jung b3196a0427 Rollup merge of #154125 - nnethercote:rm-try_mark_parent_green, r=oli-obk
Inline and remove `DepGraphData::try_mark_parent_green`.

It has a single call site. And also remove all the `debug!` calls that clutter up the code. The end result is much easier to read, with `try_mark_previous_green` now recursively calling itself directly, instead of indirectly via `try_mark_parent_green`.

r? @oli-obk
2026-03-28 13:15:51 +01:00
..

For more information about how rustc works, see the rustc dev guide.