diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-09-29 23:29:58 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2018-09-29 23:29:58 -0700 |
| commit | d4840da77993d052bae2a900163026602ac89d3c (patch) | |
| tree | b4996d227616bd8ec6cca948acfe7c96612e1290 /src/libcore/tests | |
| parent | 8d6bee3442830cf7b420e8b1ad60fadee8336c0e (diff) | |
| download | rust-d4840da77993d052bae2a900163026602ac89d3c.tar.gz rust-d4840da77993d052bae2a900163026602ac89d3c.zip | |
Activate the feature in the libcore tests too
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
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)] |
