add issue number

This commit is contained in:
Dylan DPC 2020-08-24 02:34:52 +02:00 committed by GitHub
parent 9ad17b9ca7
commit c26a8d5772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@ impl<T> Arc<T> {
/// });
/// ```
#[inline]
#[unstable(feature = "arc_new_cyclic", issue = "none")]
#[unstable(feature = "arc_new_cyclic", issue = "75861")]
pub fn new_cyclic(data_fn: impl FnOnce(&Weak<T>) -> T) -> Arc<T> {
// Construct the inner in the "uninitialized" state with a single
// weak reference.