mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
35152ef343
Replace the `try_mark_green` hook with direct calls to `tcx.dep_graph` All of the existing call sites are directly touching `tcx.dep_graph` anyway, so the extra layer of indirection provides no real benefit. There should be no change to compiler behaviour. r? nnethercote (or compiler)
For more information about how the query system works, see the rustc dev guide.