(Re-)Implement impl_trait_in_bindings
This commit is contained in:
@@ -517,6 +517,8 @@ declare_features! (
|
||||
(unstable, if_let_guard, "1.47.0", Some(51114)),
|
||||
/// Allows `impl Trait` to be used inside associated types (RFC 2515).
|
||||
(unstable, impl_trait_in_assoc_type, "1.70.0", Some(63063)),
|
||||
/// Allows `impl Trait` in bindings (`let`).
|
||||
(unstable, impl_trait_in_bindings, "1.64.0", Some(63065)),
|
||||
/// Allows `impl Trait` as output type in `Fn` traits in return position of functions.
|
||||
(unstable, impl_trait_in_fn_trait_return, "1.64.0", Some(99697)),
|
||||
/// Allows associated types in inherent impls.
|
||||
|
||||
Reference in New Issue
Block a user