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

Implement a explicit_generic_args_with_impl_trait feature gate #86176

Merged
merged 1 commit into from
Aug 2, 2021

Commits on Aug 2, 2021

  1. Implement a explicit_generic_args_with_impl_trait feature gate

    When this gate is enabled, explicit generic arguments can be specified even
    if `impl Trait` is used in argument position. Generic arguments can only be
    specified for explicit generic parameters but not for the synthetic type
    parameters from  `impl Trait`
    nbdd0121 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    9b90e7e View commit details
    Browse the repository at this point in the history