File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ pub const fn type_name_of_val<T: ?Sized>(_val: &T) -> &'static str {
909909
910910#[ allow( missing_docs) ]
911911#[ must_use]
912- #[ unstable( feature = "downcast_trait" , issue = "69420 " ) ]
912+ #[ unstable( feature = "downcast_trait" , issue = "144361 " ) ]
913913pub const fn downcast_trait <
914914 T : Any + ' static ,
915915 U : ptr:: Pointee < Metadata = ptr:: DynMetadata < U > > + ?Sized + ' static ,
@@ -925,9 +925,10 @@ pub const fn downcast_trait<
925925 None => None ,
926926 }
927927}
928+
928929#[ allow( missing_docs) ]
929930#[ must_use]
930- #[ unstable( feature = "downcast_trait" , issue = "69420 " ) ]
931+ #[ unstable( feature = "downcast_trait" , issue = "144361 " ) ]
931932pub const fn downcast_trait_mut <
932933 T : Any + ' static ,
933934 U : ptr:: Pointee < Metadata = ptr:: DynMetadata < U > > + ?Sized + ' static ,
You can’t perform that action at this time.
0 commit comments