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

mem-categorization, coherence fix #49714

Merged
merged 2 commits into from
Apr 8, 2018
Merged

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    9428a3c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. do not propagate Err when determing causal info

    In intercrate mode, if we determine that a particular `T: Trait` is
    unknowable, we sometimes also go and get extra causal information. An
    errant `?` was causing us to propagate an error found in that process
    out as if `T: Trait` was not unknowable but rather not provable. This
    led to an ICE.
    nikomatsakis committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    939bb32 View commit details
    Browse the repository at this point in the history