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> {
414414 /// ```
415415 /// [`upgrade`]: Weak::upgrade
416416 #[ 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" ) ]
418418 pub fn new_cyclic < F > ( data_fn : F ) -> Rc < T >
419419 where
420420 F : FnOnce ( & Weak < T > ) -> T ,
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ impl<T> Arc<T> {
391391 /// [`upgrade`]: Weak::upgrade
392392 #[ cfg( not( no_global_oom_handling) ) ]
393393 #[ inline]
394- #[ stable( feature = "arc_new_cyclic" , since = "1.59 .0" ) ]
394+ #[ stable( feature = "arc_new_cyclic" , since = "1.60 .0" ) ]
395395 pub fn new_cyclic < F > ( data_fn : F ) -> Arc < T >
396396 where
397397 F : FnOnce ( & Weak < T > ) -> T ,
You can’t perform that action at this time.
0 commit comments