diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-03-07 16:34:35 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-03-11 22:09:58 -0800 |
| commit | aed7ddae8ea7f549dc2d493fda49dfa49de429b7 (patch) | |
| tree | 444bbd633da071ed3d5564de194eda3add6ae074 /src/libcore/num/mod.rs | |
| parent | a38bf6e23d13bd479cf89b338f0862395d22fd07 (diff) | |
| download | rust-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/mod.rs')
| -rw-r--r-- | src/libcore/num/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 0b306c810b1..cf25113237d 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -2209,7 +2209,7 @@ pub enum FpCategory { #[doc(hidden)] #[unstable(feature = "core_float", reason = "stable interface is via `impl f{32,64}` in later crates", - issue = "27702")] + issue = "32110")] pub trait Float: Sized { /// Returns the NaN value. #[unstable(feature = "float_extras", reason = "needs removal", |
