File tree 3 files changed +3
-3
lines changed
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]> {
825
825
}
826
826
}
827
827
828
- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
828
+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
829
829
impl < T , const N : usize > TryFrom < Box < [ T ] > > for Box < [ T ; N ] >
830
830
where
831
831
[ 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]> {
1453
1453
}
1454
1454
}
1455
1455
1456
- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
1456
+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
1457
1457
impl < T , const N : usize > TryFrom < Rc < [ T ] > > for Rc < [ T ; N ] >
1458
1458
where
1459
1459
[ 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]> {
2002
2002
}
2003
2003
}
2004
2004
2005
- #[ unstable ( feature = "boxed_slice_try_from" , issue = "none " ) ]
2005
+ #[ stable ( feature = "boxed_slice_try_from" , since = "1.43.0 " ) ]
2006
2006
impl < T , const N : usize > TryFrom < Arc < [ T ] > > for Arc < [ T ; N ] >
2007
2007
where
2008
2008
[ T ; N ] : LengthAtMost32 ,
You can’t perform that action at this time.
0 commit comments