about summary refs log tree commit diff
path: root/src/libcore/num/f32.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-03-07 16:34:35 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-03-11 22:09:58 -0800
commitaed7ddae8ea7f549dc2d493fda49dfa49de429b7 (patch)
tree444bbd633da071ed3d5564de194eda3add6ae074 /src/libcore/num/f32.rs
parenta38bf6e23d13bd479cf89b338f0862395d22fd07 (diff)
downloadrust-aed7ddae8ea7f549dc2d493fda49dfa49de429b7.tar.gz
rust-aed7ddae8ea7f549dc2d493fda49dfa49de429b7.zip
core: Make a new tracking issue for prelude traits
The referenced issues here were both closed, so hook up a new issue which tracks
specifically the prelude traits being unstable.
Diffstat (limited to 'src/libcore/num/f32.rs')
-rw-r--r--src/libcore/num/f32.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/f32.rs b/src/libcore/num/f32.rs
index 8af1022acdf..c24eaa3eabc 100644
--- a/src/libcore/num/f32.rs
+++ b/src/libcore/num/f32.rs
@@ -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 }