about summary refs log tree commit diff
path: root/src/librustc_const_eval/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_const_eval/lib.rs')
-rw-r--r--src/librustc_const_eval/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_const_eval/lib.rs b/src/librustc_const_eval/lib.rs
index 0c3606cab10..7b1c33cb271 100644
--- a/src/librustc_const_eval/lib.rs
+++ b/src/librustc_const_eval/lib.rs
@@ -25,8 +25,7 @@
 #![feature(box_syntax)]
 #![feature(i128_type)]
 
-#![cfg_attr(stage0, feature(const_fn))]
-#![cfg_attr(not(stage0), feature(const_min_value))]
+#![feature(const_min_value)]
 
 extern crate arena;
 #[macro_use] extern crate syntax;