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:
parent
337181e07d
commit
9b90e7e980
10 changed files with 139 additions and 4 deletions
|
@ -554,6 +554,7 @@ symbols! {
|
|||
expected,
|
||||
expf32,
|
||||
expf64,
|
||||
explicit_generic_args_with_impl_trait,
|
||||
export_name,
|
||||
expr,
|
||||
extended_key_value_attributes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue