Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
alloc: Add tracking issue for rc_downcast
  • Loading branch information
bluss committed Sep 15, 2017
1 parent 758a0ce commit 3a39d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/rc.rs
Expand Up @@ -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
Expand Down

0 comments on commit 3a39d95

Please sign in to comment.