alloc: Add tracking issue for rc_downcast

This commit is contained in:
Ulrik Sverdrup 2017-09-15 19:16:22 +02:00
parent 758a0ce934
commit 3a39d95330

View File

@ -611,7 +611,7 @@ impl<T: Clone> Rc<T> {
impl Rc<Any> {
#[inline]
#[unstable(feature = "rc_downcast", issue = "0")]
#[unstable(feature = "rc_downcast", issue = "44608")]
/// Attempt to downcast the `Rc<Any>` to a concrete type.
///
/// # Examples