about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-03-16 19:51:49 -0500
committerMark Mansi <markm@cs.wisc.edu>2018-03-26 08:36:50 -0500
commit7ce8191775b44d3773e28d647b5b17ec85508e16 (patch)
tree5deee52a2014042bb5999f0bccb57b7b37ddd3d3 /src/libstd/lib.rs
parent5e4603f99066eaf2c1cf19ac3afbac9057b1e177 (diff)
downloadrust-7ce8191775b44d3773e28d647b5b17ec85508e16.tar.gz
rust-7ce8191775b44d3773e28d647b5b17ec85508e16.zip
Stabilize i128_type
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 0b06c5d4d65..3cc5d7b81c3 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -270,7 +270,7 @@
 #![feature(hashmap_internals)]
 #![feature(heap_api)]
 #![feature(i128)]
-#![feature(i128_type)]
+#![cfg_attr(stage0, feature(i128_type))]
 #![feature(int_error_internals)]
 #![feature(integer_atomics)]
 #![feature(into_cow)]