diff options
Diffstat (limited to 'src/libcore/num/int.rs')
| -rw-r--r-- | src/libcore/num/int.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/num/int.rs b/src/libcore/num/int.rs index 4b4e408ddd7..2132b9516ab 100644 --- a/src/libcore/num/int.rs +++ b/src/libcore/num/int.rs @@ -14,7 +14,8 @@ //! alpha cycle along with the development of clearer conventions //! around integer types. -#![deprecated(feature = "oldstuff", since = "1.0.0", reason = "replaced by isize")] +#![unstable(feature = "core")] +#![deprecated(since = "1.0.0", reason = "replaced by isize")] #[cfg(target_pointer_width = "32")] int_module! { int, 32 } #[cfg(target_pointer_width = "64")] int_module! { int, 64 } |
