Skip to content

Commit 93aa4f2

Browse files
committed
Add actual tracking issue reference
1 parent ff13405 commit 93aa4f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/core/src/any.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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")]
903903
pub 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")]
921922
pub const fn downcast_trait_mut<
922923
T: Any + 'static,
923924
U: ptr::Pointee<Metadata = ptr::DynMetadata<U>> + ?Sized + 'static,

0 commit comments

Comments
 (0)