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

First step toward implementing impl Trait in argument position #44866

Merged
merged 2 commits into from
Sep 29, 2017
Merged

First step toward implementing impl Trait in argument position #44866

merged 2 commits into from
Sep 29, 2017

Commits on Sep 26, 2017

  1. impl Trait in argument position desugaring:

    Add a flag to hir and ty TypeParameterDef and raise an error when using
    explicit type parameters when calling a function using impl Trait in
    argument position.
    mdevlamynck committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    3730dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838105f View commit details
    Browse the repository at this point in the history