about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorTaylor Cramer <cramertj@google.com>2018-03-21 17:44:21 -0700
committerTaylor Cramer <cramertj@google.com>2018-03-26 07:39:38 +0200
commitc393db67baf3a15ec61351ffb0e3811e07b8a467 (patch)
tree7788c1c955c4e0d056536409cc52a4f39cdf3187 /src/librustc_data_structures
parent445fafaa4b95fdde04751aa523b9e9f06e2c06ea (diff)
downloadrust-c393db67baf3a15ec61351ffb0e3811e07b8a467.tar.gz
rust-c393db67baf3a15ec61351ffb0e3811e07b8a467.zip
Stabilize universal_impl_trait
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index bf0b3726bb3..05bd3ae845f 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -34,7 +34,7 @@
 #![feature(underscore_lifetimes)]
 #![feature(macro_vis_matcher)]
 #![feature(allow_internal_unstable)]
-#![feature(universal_impl_trait)]
+#![cfg_attr(stage0, feature(universal_impl_trait))]
 
 #![cfg_attr(unix, feature(libc))]
 #![cfg_attr(test, feature(test))]