diff options
Diffstat (limited to 'library/std/src/f64.rs')
| -rw-r--r-- | library/std/src/f64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/f64.rs b/library/std/src/f64.rs index 85dfb102c7d..2e98495fad3 100644 --- a/library/std/src/f64.rs +++ b/library/std/src/f64.rs @@ -116,7 +116,7 @@ impl f64 { #[cfg(not(bootstrap))] #[cfg_attr(not(bootstrap), rustc_allow_incoherent_impl)] #[must_use = "method returns a new number and does not mutate the original value"] - #[unstable(feature = "round_ties_even", issue = "none")] + #[unstable(feature = "round_ties_even", issue = "96710")] #[inline] pub fn round_ties_even(self) -> f64 { unsafe { intrinsics::roundevenf64(self) } |
