about summary refs log tree commit diff
path: root/src/librustc_trans_utils/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_trans_utils/lib.rs')
-rw-r--r--src/librustc_trans_utils/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_trans_utils/lib.rs b/src/librustc_trans_utils/lib.rs
index 99de124c6e1..cf47d9b62a9 100644
--- a/src/librustc_trans_utils/lib.rs
+++ b/src/librustc_trans_utils/lib.rs
@@ -21,10 +21,8 @@
 #![feature(box_syntax)]
 #![feature(custom_attribute)]
 #![allow(unused_attributes)]
-#![cfg_attr(stage0, feature(i128_type))]
 #![feature(quote)]
 #![feature(rustc_diagnostic_macros)]
-#![cfg_attr(stage0, feature(conservative_impl_trait))]
 
 extern crate ar;
 extern crate flate2;