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

introduce type-op for user-type ascription in NLL #55323

Merged
merged 2 commits into from
Oct 25, 2018

Commits on Oct 24, 2018

  1. introduce (but do not use) ascribe_user_type goal

    Lots of annoying boilerplate.
    nikomatsakis committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    7c8887c View commit details
    Browse the repository at this point in the history
  2. port the relate-types code from NLL type-check into a type-op

    Add regression tests for rust-lang#55219 and rust-lang#55241
    
    Also another test where a duplicate-like error appears to have been
    suppressed; I'm not 100% sure why this output changes, though I could
    imagine that some duplicate suppression is enabled by this PR.
    nikomatsakis committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    62f0fc5 View commit details
    Browse the repository at this point in the history