Stabilize impl_trait_projections
This commit is contained in:
@@ -197,6 +197,8 @@ declare_features! (
|
||||
/// + `impl<I:Iterator> Iterator for &mut Iterator`
|
||||
/// + `impl Debug for Foo<'_>`
|
||||
(accepted, impl_header_lifetime_elision, "1.31.0", Some(15872), None),
|
||||
/// Allows referencing `Self` and projections in impl-trait.
|
||||
(accepted, impl_trait_projections, "CURRENT_RUSTC_VERSION", Some(103532), None),
|
||||
/// Allows using `a..=b` and `..=b` as inclusive range syntaxes.
|
||||
(accepted, inclusive_range_syntax, "1.26.0", Some(28237), None),
|
||||
/// Allows inferring outlives requirements (RFC 2093).
|
||||
|
||||
Reference in New Issue
Block a user