There was an error while loading. Please reload this page.
1 parent cd4ed38 commit 1291fc7Copy full SHA for 1291fc7
1 file changed
src/libcore/num/mod.rs
@@ -1222,7 +1222,7 @@ pub enum FpCategory {
1222
//
1223
// FIXME(#8888): Several of these functions have a parameter named
1224
// `unused_self`. Removing it requires #8888 to be fixed.
1225
-#[unstable = "recently settled as part of numerics reform"]
+#[unstable = "distribution of methods between core/std is unclear"]
1226
pub trait Float
1227
: Copy + Clone
1228
+ NumCast
0 commit comments