We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad17b9 commit c26a8d5Copy full SHA for c26a8d5
library/alloc/src/sync.rs
@@ -349,7 +349,7 @@ impl<T> Arc<T> {
349
/// });
350
/// ```
351
#[inline]
352
- #[unstable(feature = "arc_new_cyclic", issue = "none")]
+ #[unstable(feature = "arc_new_cyclic", issue = "75861")]
353
pub fn new_cyclic(data_fn: impl FnOnce(&Weak<T>) -> T) -> Arc<T> {
354
// Construct the inner in the "uninitialized" state with a single
355
// weak reference.
0 commit comments