]> git.lizzy.rs Git - rust.git/commitdiff
Change tracking issue
authorltdk <usr@ltdk.xyz>
Sun, 13 Jun 2021 18:04:43 +0000 (14:04 -0400)
committerltdk <usr@ltdk.xyz>
Sun, 13 Jun 2021 18:04:43 +0000 (14:04 -0400)
library/std/src/f32.rs
library/std/src/f64.rs

index 00cab72564f94fc52a5f79224691a44b1c68d2d2..21bd79611a5e519d6dc6ad6ee206d36c96502b64 100644 (file)
@@ -901,7 +901,7 @@ pub fn atanh(self) -> f32 {
     ///
     /// [finite]: #method.is_finite
     #[must_use = "method returns a new number and does not mutate the original value"]
-    #[unstable(feature = "float_interpolation", issue = "71015")]
+    #[unstable(feature = "float_interpolation", issue = "86269")]
     pub fn lerp(self, start: f32, end: f32) -> f32 {
         // consistent
         if start == end {
index ff41f999dd56578f0b146f9566fed9d049e69b77..8c8cf73741b512aa4fa1f76833f7518ef94f4b8f 100644 (file)
@@ -903,7 +903,7 @@ pub fn atanh(self) -> f64 {
     ///
     /// [finite]: #method.is_finite
     #[must_use = "method returns a new number and does not mutate the original value"]
-    #[unstable(feature = "float_interpolation", issue = "71015")]
+    #[unstable(feature = "float_interpolation", issue = "86269")]
     pub fn lerp(self, start: f64, end: f64) -> f64 {
         // consistent
         if start == end {