]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/accepted.rs
lowering: cleanup some hofs
[rust.git] / src / librustc_feature / accepted.rs
index d880fc84b3819c6a1c3732688bb474fb1db9ace6..007cee4c7642443c1e74220c0fb784479e825698 100644 (file)
@@ -257,6 +257,8 @@ macro_rules! declare_features {
     /// Allows relaxing the coherence rules such that
     /// `impl<T> ForeignTrait<LocalType> for ForeignType<T>` is permitted.
     (accepted, re_rebalance_coherence, "1.41.0", Some(55437), None),
+    /// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
+    (accepted, slice_patterns, "1.42.0", Some(62254), None),
 
     // -------------------------------------------------------------------------
     // feature-group-end: accepted features