1
Fork 0

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`
This commit is contained in:
Gary Guo 2021-06-09 20:56:41 +01:00
parent 337181e07d
commit 9b90e7e980
10 changed files with 139 additions and 4 deletions

View file

@ -554,6 +554,7 @@ symbols! {
expected,
expf32,
expf64,
explicit_generic_args_with_impl_trait,
export_name,
expr,
extended_key_value_attributes,