summary refs log tree commit diff
path: root/src/test/ui/impl-trait/explicit-generic-args-with-impl-trait/explicit-generic-args.rs
AgeCommit message (Collapse)AuthorLines
2021-08-02Implement a `explicit_generic_args_with_impl_trait` feature gateGary Guo-0/+9
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`