mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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)
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.