summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorTaylor Cramer <cramertj@google.com>2018-03-28 17:25:39 +0200
committerTaylor Cramer <cramertj@google.com>2018-03-29 00:27:50 +0200
commite6e6bd27d563b9a53687433feb3d4d4672dafd66 (patch)
tree80905423ecc1e04a3fd2fbe2b3ebac52b030da8c /src/librustc_data_structures
parente5277c1457d397f22ba18a1d40c1318729becbb4 (diff)
downloadrust-e6e6bd27d563b9a53687433feb3d4d4672dafd66.tar.gz
rust-e6e6bd27d563b9a53687433feb3d4d4672dafd66.zip
Stabilize underscore lifetimes
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 378a06dd912..622fb423b51 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -30,7 +30,7 @@
 #![cfg_attr(stage0, feature(i128_type, i128))]
 #![feature(specialization)]
 #![feature(optin_builtin_traits)]
-#![feature(underscore_lifetimes)]
+#![cfg_attr(stage0, feature(underscore_lifetimes))]
 #![feature(macro_vis_matcher)]
 #![feature(allow_internal_unstable)]
 #![cfg_attr(stage0, feature(universal_impl_trait))]