Skip to content

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

@Aaron1011

Description

@Aaron1011
Member

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.

Activity

changed the title [-]`-Z dump-graph` now longer prints def paths since PR #74967[/-] [+]`-Z dump-graph` no longer prints def paths since PR #74967[/+] on Dec 5, 2020
self-assigned this
on Dec 5, 2020
changed the title [-]`-Z dump-graph` no longer prints def paths since PR #74967[/-] [+]`-Z dump-dep-graph` no longer prints def paths since PR #74967[/+] on Jan 2, 2021
added a commit that references this issue on Jan 2, 2021
03e5741
added
A-resolveArea: Name/path resolution done by `rustc_resolve` specifically
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
and removed on Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

    Participants

    @Aaron1011@ChrisDenton@jieyouxu

    Issue actions

      `-Z dump-dep-graph` no longer prints def paths since PR #74967 · Issue #79723 · rust-lang/rust