Skip to content

Commit c341fa7

Browse files
ivarflakstadizagawd
authored andcommitted
Add actual tracking issue reference
1 parent 613a467 commit c341fa7

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
@@ -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")]
913913
pub 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")]
931932
pub const fn downcast_trait_mut<
932933
T: Any + 'static,
933934
U: ptr::Pointee<Metadata = ptr::DynMetadata<U>> + ?Sized + 'static,

0 commit comments

Comments
 (0)