]> git.lizzy.rs Git - rust.git/commitdiff
Activate the feature in the libcore tests too
authorScott McMurray <scottmcm@users.noreply.github.com>
Sun, 30 Sep 2018 06:29:58 +0000 (23:29 -0700)
committerScott McMurray <scottmcm@users.noreply.github.com>
Sun, 30 Sep 2018 06:29:58 +0000 (23:29 -0700)
src/libcore/tests/lib.rs

index e034ff80593490a5e68d89643f4c1bb2b2fe3e91..ada61d8dfd8739129a5d9cb83313dd738b393a33 100644 (file)
@@ -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)]