Activate the feature in the libcore tests too

This commit is contained in:
Scott McMurray 2018-09-29 23:29:58 -07:00
parent 8d6bee3442
commit d4840da779

View 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)]