File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ impl<T: Clone> Option<&T> {
1497
1497
/// ```
1498
1498
#[ must_use = "`self` will be dropped if the result is not used" ]
1499
1499
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1500
- #[ rustc_const_unstable( feature = "const_option_cloned" , issue = "none " ) ]
1500
+ #[ rustc_const_unstable( feature = "const_option_cloned" , issue = "91582 " ) ]
1501
1501
pub const fn cloned ( self ) -> Option < T >
1502
1502
where
1503
1503
T : ~const Clone ,
@@ -1524,7 +1524,7 @@ impl<T: Clone> Option<&mut T> {
1524
1524
/// ```
1525
1525
#[ must_use = "`self` will be dropped if the result is not used" ]
1526
1526
#[ stable( since = "1.26.0" , feature = "option_ref_mut_cloned" ) ]
1527
- #[ rustc_const_unstable( feature = "const_option_cloned" , issue = "none " ) ]
1527
+ #[ rustc_const_unstable( feature = "const_option_cloned" , issue = "91582 " ) ]
1528
1528
pub const fn cloned ( self ) -> Option < T >
1529
1529
where
1530
1530
T : ~const Clone ,
You can’t perform that action at this time.
0 commit comments