diff options
| author | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2017-09-15 19:16:22 +0200 |
|---|---|---|
| committer | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2017-09-15 19:16:22 +0200 |
| commit | 3a39d95330623d47bcfcd5cac2d6b3c30e12ae5a (patch) | |
| tree | 4e85da66935fd54e62539e551ceb59c2456cc807 /src/liballoc | |
| parent | 758a0ce934510b4e77586d02bc30a3d1d5d63cae (diff) | |
| download | rust-3a39d95330623d47bcfcd5cac2d6b3c30e12ae5a.tar.gz rust-3a39d95330623d47bcfcd5cac2d6b3c30e12ae5a.zip | |
alloc: Add tracking issue for rc_downcast
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/rc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index 814be059da7..58c589697f4 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -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 |
