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

typeck: merge opaque type inference logic #62090

Merged

Commits on Jul 3, 2019

  1. typeck: merge opaque type inference logic

    This commit merges the logic used for opaque type type inference for
    impl Trait and non-impl Trait cases. This fixes an ICE where
    existential types used in the return types of functions would be allowed
    to have an out-of-scope generic type parameter.
    davidtwco committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    de8660a View commit details
    Browse the repository at this point in the history