mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
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`