-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
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
.
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
[-]`-Z dump-graph` now longer prints def paths since PR #74967[/-][+]`-Z dump-graph` no longer prints def paths since PR #74967[/+][-]`-Z dump-graph` no longer prints def paths since PR #74967[/-][+]`-Z dump-dep-graph` no longer prints def paths since PR #74967[/+]Load all DefPathHash -> DefId mappings before dumping dep graph