You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.