From 37393576eced8680065d2ae629a6e96912a782f9 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Wed, 3 Oct 2018 00:27:12 -0700 Subject: Stabilize impl_header_lifetime_elision in 2015 It's already stable in 2018; this finishes the stabilization. --- src/librustc_data_structures/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_data_structures') diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 5b01892dcb3..b197d29b184 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -21,7 +21,7 @@ html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(in_band_lifetimes)] -#![feature(impl_header_lifetime_elision)] +#![cfg_attr(stage0, feature(impl_header_lifetime_elision))] #![feature(unboxed_closures)] #![feature(fn_traits)] #![feature(unsize)] -- cgit 1.4.1-3-g733a5