Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't ICE on path-collision in dep-graph #68289

Commits on Jan 27, 2020

  1. Collisions in the dep-graph due to path-reuse are rare but can occur.

    So, instead of ICE'ing, just fail to mark green in such cases
    (for `DepKind::{Hir, HirBody, CrateMetadata}`).
    
    Fix rust-lang#62649.
    pnkfelix committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    6f4b904 View commit details
    Browse the repository at this point in the history