Skip to content

-Z dump-dep-graph no longer prints def paths since PR #74967 #79723

Open
@Aaron1011

Description

@Aaron1011

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 DefPathHashes 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` specificallyC-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions