about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-03-16 20:15:56 -0500
committerMark Mansi <markm@cs.wisc.edu>2018-03-26 08:37:56 -0500
commitdb7d9ea480e16c7135c997f56b44d3c0a657cc9d (patch)
tree53d11378eae87a1b1f56d9835aa69e410fc1b82b /src/librustc_data_structures
parent33d9d8e0c62e6eeb3c9406a251312c630c2b3596 (diff)
downloadrust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.tar.gz
rust-db7d9ea480e16c7135c997f56b44d3c0a657cc9d.zip
Stabilize i128 feature too
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 01f91e37db8..378a06dd912 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -26,9 +26,8 @@
 #![feature(unboxed_closures)]
 #![feature(fn_traits)]
 #![feature(unsize)]
-#![cfg_attr(stage0, feature(i128_type))]
-#![feature(i128)]
 #![cfg_attr(stage0, feature(conservative_impl_trait))]
+#![cfg_attr(stage0, feature(i128_type, i128))]
 #![feature(specialization)]
 #![feature(optin_builtin_traits)]
 #![feature(underscore_lifetimes)]