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 @@ -116,7 +116,7 @@ impl f32 {
116
116
#[ cfg( not( bootstrap) ) ]
117
117
#[ cfg_attr( not( bootstrap) , rustc_allow_incoherent_impl) ]
118
118
#[ must_use = "method returns a new number and does not mutate the original value" ]
119
- #[ unstable( feature = "round_ties_even" , issue = "none " ) ]
119
+ #[ unstable( feature = "round_ties_even" , issue = "96710 " ) ]
120
120
#[ inline]
121
121
pub fn round_ties_even ( self ) -> f32 {
122
122
unsafe { intrinsics:: roundevenf32 ( self ) }
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ impl f64 {
116
116
#[ cfg( not( bootstrap) ) ]
117
117
#[ cfg_attr( not( bootstrap) , rustc_allow_incoherent_impl) ]
118
118
#[ must_use = "method returns a new number and does not mutate the original value" ]
119
- #[ unstable( feature = "round_ties_even" , issue = "none " ) ]
119
+ #[ unstable( feature = "round_ties_even" , issue = "96710 " ) ]
120
120
#[ inline]
121
121
pub fn round_ties_even ( self ) -> f64 {
122
122
unsafe { intrinsics:: roundevenf64 ( self ) }
You can’t perform that action at this time.
0 commit comments