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 @@ -899,7 +899,7 @@ pub const fn type_name_of_val<T: ?Sized>(_val: &T) -> &'static str {
899899
900900#[ allow( missing_docs) ]
901901#[ must_use]
902- #[ unstable( feature = "downcast_trait" , issue = "69420 " ) ]
902+ #[ unstable( feature = "downcast_trait" , issue = "144361 " ) ]
903903pub const fn downcast_trait <
904904 T : Any + ' static ,
905905 U : ptr:: Pointee < Metadata = ptr:: DynMetadata < U > > + ?Sized + ' static ,
@@ -915,9 +915,10 @@ pub const fn downcast_trait<
915915 None => None ,
916916 }
917917}
918+
918919#[ allow( missing_docs) ]
919920#[ must_use]
920- #[ unstable( feature = "downcast_trait" , issue = "69420 " ) ]
921+ #[ unstable( feature = "downcast_trait" , issue = "144361 " ) ]
921922pub const fn downcast_trait_mut <
922923 T : Any + ' static ,
923924 U : ptr:: Pointee < Metadata = ptr:: DynMetadata < U > > + ?Sized + ' static ,
You can’t perform that action at this time.
0 commit comments