alloc: Add tracking issue for rc_downcast
This commit is contained in:
parent
758a0ce934
commit
3a39d95330
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user