mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
b3196a0427
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
For more information about how rustc works, see the rustc dev guide.