about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorTaylor Cramer <cramertj@google.com>2018-03-21 18:32:44 -0700
committerTaylor Cramer <cramertj@google.com>2018-03-26 10:43:03 +0200
commit0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c (patch)
tree817fd01d71545cf02b1d662698fcf07aa0c68b19 /src/libcore
parentc393db67baf3a15ec61351ffb0e3811e07b8a467 (diff)
downloadrust-0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c.tar.gz
rust-0f5b52e4a8d3004ef2d69b2ec7f410d4b2c9494c.zip
Stabilize conservative_impl_trait
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index e9a8113ef10..1c71669abb1 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -27,7 +27,7 @@
 #![cfg_attr(stage0, feature(inclusive_range_syntax))]
 #![feature(iterator_try_fold)]
 #![feature(iterator_flatten)]
-#![feature(conservative_impl_trait)]
+#![cfg_attr(stage0, feature(conservative_impl_trait))]
 #![feature(iter_rfind)]
 #![feature(iter_rfold)]
 #![feature(iterator_repeat_with)]