File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ impl<T> Rc<T> {
414
414
/// ```
415
415
/// [`upgrade`]: Weak::upgrade
416
416
#[ cfg( not( no_global_oom_handling) ) ]
417
- #[ stable( feature = "arc_new_cyclic" , since = "1.59 .0" ) ]
417
+ #[ stable( feature = "arc_new_cyclic" , since = "1.60 .0" ) ]
418
418
pub fn new_cyclic < F > ( data_fn : F ) -> Rc < T >
419
419
where
420
420
F : FnOnce ( & Weak < T > ) -> T ,
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ impl<T> Arc<T> {
391
391
/// [`upgrade`]: Weak::upgrade
392
392
#[ cfg( not( no_global_oom_handling) ) ]
393
393
#[ inline]
394
- #[ stable( feature = "arc_new_cyclic" , since = "1.59 .0" ) ]
394
+ #[ stable( feature = "arc_new_cyclic" , since = "1.60 .0" ) ]
395
395
pub fn new_cyclic < F > ( data_fn : F ) -> Arc < T >
396
396
where
397
397
F : FnOnce ( & Weak < T > ) -> T ,
You can’t perform that action at this time.
0 commit comments