diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-10-03 00:27:12 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-10-19 21:57:52 -0700 |
| commit | 37393576eced8680065d2ae629a6e96912a782f9 (patch) | |
| tree | bfbd9971b4d8f2579f61e2575343c6e3d4c6fd8c /src/libcore/tests | |
| parent | 89be71a46234a2231b5b3839cd497188e072291f (diff) | |
| download | rust-37393576eced8680065d2ae629a6e96912a782f9.tar.gz rust-37393576eced8680065d2ae629a6e96912a782f9.zip | |
Stabilize impl_header_lifetime_elision in 2015
It's already stable in 2018; this finishes the stabilization.
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 965bd545eed..d340924aab1 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -19,7 +19,7 @@ #![feature(flt2dec)] #![feature(fmt_internals)] #![feature(hashmap_internals)] -#![feature(impl_header_lifetime_elision)] +#![cfg_attr(stage0, feature(impl_header_lifetime_elision))] #![feature(pattern)] #![feature(range_is_empty)] #![feature(raw)] |
