]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/num/f32.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / num / f32.rs
index 8af1022acdf24bdb7150653dffb213fe59501500..c24eaa3eabc754956e1ef4027328b813632b941e 100644 (file)
@@ -141,7 +141,7 @@ pub mod consts {
 
 #[unstable(feature = "core_float",
            reason = "stable interface is via `impl f{32,64}` in later crates",
-           issue = "27702")]
+           issue = "32110")]
 impl Float for f32 {
     #[inline]
     fn nan() -> f32 { NAN }