File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ impl From<Box<str>> for Box<[u8]> {
825825 }
826826}
827827
828- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
828+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
829829impl < T , const N : usize > TryFrom < Box < [ T ] > > for Box < [ T ; N ] >
830830where
831831 [ T ; N ] : LengthAtMost32 ,
Original file line number Diff line number Diff line change @@ -1453,7 +1453,7 @@ impl<T> From<Vec<T>> for Rc<[T]> {
14531453 }
14541454}
14551455
1456- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
1456+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
14571457impl < T , const N : usize > TryFrom < Rc < [ T ] > > for Rc < [ T ; N ] >
14581458where
14591459 [ T ; N ] : LengthAtMost32 ,
Original file line number Diff line number Diff line change @@ -2002,7 +2002,7 @@ impl<T> From<Vec<T>> for Arc<[T]> {
20022002 }
20032003}
20042004
2005- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
2005+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
20062006impl < T , const N : usize > TryFrom < Arc < [ T ] > > for Arc < [ T ; N ] >
20072007where
20082008 [ T ; N ] : LengthAtMost32 ,
You can’t perform that action at this time.
0 commit comments