Skip to content

Commit 3a39d95

Browse files
committed
alloc: Add tracking issue for rc_downcast
1 parent 758a0ce commit 3a39d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ impl<T: Clone> Rc<T> {
611611

612612
impl Rc<Any> {
613613
#[inline]
614-
#[unstable(feature = "rc_downcast", issue = "0")]
614+
#[unstable(feature = "rc_downcast", issue = "44608")]
615615
/// Attempt to downcast the `Rc<Any>` to a concrete type.
616616
///
617617
/// # Examples

0 commit comments

Comments
 (0)