Skip to content

Commit c26a8d5

Browse files
authored
add issue number
1 parent 9ad17b9 commit c26a8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ impl<T> Arc<T> {
349349
/// });
350350
/// ```
351351
#[inline]
352-
#[unstable(feature = "arc_new_cyclic", issue = "none")]
352+
#[unstable(feature = "arc_new_cyclic", issue = "75861")]
353353
pub fn new_cyclic(data_fn: impl FnOnce(&Weak<T>) -> T) -> Arc<T> {
354354
// Construct the inner in the "uninitialized" state with a single
355355
// weak reference.

0 commit comments

Comments
 (0)