about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2018-09-29 23:29:58 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2018-09-29 23:29:58 -0700
commitd4840da77993d052bae2a900163026602ac89d3c (patch)
treeb4996d227616bd8ec6cca948acfe7c96612e1290 /src/libcore
parent8d6bee3442830cf7b420e8b1ad60fadee8336c0e (diff)
downloadrust-d4840da77993d052bae2a900163026602ac89d3c.tar.gz
rust-d4840da77993d052bae2a900163026602ac89d3c.zip
Activate the feature in the libcore tests too
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index e034ff80593..ada61d8dfd8 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -19,6 +19,7 @@
 #![feature(flt2dec)]
 #![feature(fmt_internals)]
 #![feature(hashmap_internals)]
+#![feature(impl_header_lifetime_elision)]
 #![feature(pattern)]
 #![feature(range_is_empty)]
 #![feature(raw)]