rust/compiler/rustc_feature/src
Gary Guo 9b90e7e980 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`
2021-08-02 04:17:01 +01:00
..
accepted.rs Stabilize const_fn_union 2021-07-27 16:03:33 -04:00
active.rs Implement a explicit_generic_args_with_impl_trait feature gate 2021-08-02 04:17:01 +01:00
builtin_attrs.rs Add internal attribute and tests. 2021-07-20 22:14:43 +08:00
lib.rs Make incomplete features part of delcaration 2021-06-28 14:39:20 -04:00
removed.rs min_type_alias_impl_trait is going to be removed in 1.56 2021-07-28 17:04:45 -03:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00