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

extra testing of how NLL handles wildcard type _ #57729

Commits on Mar 13, 2019

  1. test that wildcard type _ is not duplicated by `type Foo<X> = (X, X…

    …);` and potentially instantiated at different types.
    
    (Updated to reflect changes in diagnostic output and compiletest infrastructure.)
    pnkfelix committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4e5692d View commit details
    Browse the repository at this point in the history