@@ -476,7 +476,7 @@ impl<T: ?Sized> Box<T> {
476
476
Box :: into_unique ( b) . into ( )
477
477
}
478
478
479
- #[ unstable( feature = "ptr_internals" , issue = "0 " , reason = "use into_raw_non_null instead" ) ]
479
+ #[ unstable( feature = "ptr_internals" , issue = "none " , reason = "use into_raw_non_null instead" ) ]
480
480
#[ inline]
481
481
#[ doc( hidden) ]
482
482
pub fn into_unique ( b : Box < T > ) -> Unique < T > {
@@ -830,7 +830,7 @@ impl From<Box<str>> for Box<[u8]> {
830
830
}
831
831
}
832
832
833
- #[ unstable( feature = "boxed_slice_try_from" , issue = "0 " ) ]
833
+ #[ unstable( feature = "boxed_slice_try_from" , issue = "none " ) ]
834
834
impl < T , const N : usize > TryFrom < Box < [ T ] > > for Box < [ T ; N ] >
835
835
where
836
836
[ T ; N ] : LengthAtMost32 ,
@@ -946,7 +946,7 @@ impl<T: ?Sized> DerefMut for Box<T> {
946
946
}
947
947
}
948
948
949
- #[ unstable( feature = "receiver_trait" , issue = "0 " ) ]
949
+ #[ unstable( feature = "receiver_trait" , issue = "none " ) ]
950
950
impl < T : ?Sized > Receiver for Box < T > { }
951
951
952
952
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1040,7 +1040,7 @@ impl<A, F: Fn<A> + ?Sized> Fn<A> for Box<F> {
1040
1040
#[ unstable( feature = "coerce_unsized" , issue = "27732" ) ]
1041
1041
impl < T : ?Sized + Unsize < U > , U : ?Sized > CoerceUnsized < Box < U > > for Box < T > { }
1042
1042
1043
- #[ unstable( feature = "dispatch_from_dyn" , issue = "0 " ) ]
1043
+ #[ unstable( feature = "dispatch_from_dyn" , issue = "none " ) ]
1044
1044
impl < T : ?Sized + Unsize < U > , U : ?Sized > DispatchFromDyn < Box < U > > for Box < T > { }
1045
1045
1046
1046
#[ stable( feature = "boxed_slice_from_iter" , since = "1.32.0" ) ]
0 commit comments