-Z dump-dep-graph
no longer prints def paths since PR #74967
#79723
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The changes in PR #74967 ended up breaking the way that we debug-print
DepNodes
with-Z dump-dep-graph
.The simplest way to fix this might be to just fall back to the old approach (build a table of all
DefPathHash
es across all crates) when we need to debug-print for-Z dump-dep-graph
.The text was updated successfully, but these errors were encountered: