Skip to content

Commit 394a9c5

Browse files
committed
Rollup merge of #22974 - nagisa:reintuint-std, r=alexcrichton
Reverts a small part of c74d49c because compilation pukes with warnings now.
2 parents e7cc977 + 33f77e9 commit 394a9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
#![feature(unsafe_no_drop_flag)]
124124
#![feature(macro_reexport)]
125125
#![feature(hash)]
126+
#![feature(int_uint)]
126127
#![feature(unique)]
127128
#![cfg_attr(test, feature(test, rustc_private, env))]
128129

0 commit comments

Comments
 (0)