diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-03 14:13:35 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-03 17:02:23 +0530 |
| commit | 394a9c57add8b9e6abcce080f5bee94edb019334 (patch) | |
| tree | 61835d2cbbc7f0f4a075c0c2f4e030593986c989 /src/libstd | |
| parent | e7cc9774b91b3172b31ad7a26ee0a374d5fcf97e (diff) | |
| parent | 33f77e92e823d2c08804ebe0c3faeecf74c709d2 (diff) | |
| download | rust-394a9c57add8b9e6abcce080f5bee94edb019334.tar.gz rust-394a9c57add8b9e6abcce080f5bee94edb019334.zip | |
Rollup merge of #22974 - nagisa:reintuint-std, r=alexcrichton
Reverts a small part of c74d49c804c3 because compilation pukes with warnings now.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 7957bc35b76..c890af631f0 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -123,6 +123,7 @@ #![feature(unsafe_no_drop_flag)] #![feature(macro_reexport)] #![feature(hash)] +#![feature(int_uint)] #![feature(unique)] #![cfg_attr(test, feature(test, rustc_private, env))] |
