add feature flag to test

This commit is contained in:
Marcel Hellwig 2019-02-28 14:47:32 +01:00
parent 912ad6831e
commit ad240ea70c

View file

@ -34,6 +34,7 @@
#![feature(slice_internals)]
#![feature(slice_partition_dedup)]
#![feature(copy_within)]
#![feature(int_error_matching)]
extern crate core;
extern crate test;