alloc: Add tracking issue for rc_downcast
This commit is contained in:
parent
758a0ce934
commit
3a39d95330
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue