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

Deduplicate closure type errors #64937

Merged
merged 1 commit into from
Oct 1, 2019
Merged

Commits on Oct 1, 2019

  1. Deduplicate closure type errors

    Closure typing obligations flow in both direcitons to properly infer
    types. Because of this, we will get 2 type errors whenever there's
    an unfulfilled obligation. To avoid this, we deduplicate them in the
    `InferCtxt`.
    estebank committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    13e9b3d View commit details
    Browse the repository at this point in the history