mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
add feature flag to test
This commit is contained in:
parent
912ad6831e
commit
ad240ea70c
@ -34,6 +34,7 @@
|
||||
#![feature(slice_internals)]
|
||||
#![feature(slice_partition_dedup)]
|
||||
#![feature(copy_within)]
|
||||
#![feature(int_error_matching)]
|
||||
|
||||
extern crate core;
|
||||
extern crate test;
|
||||
|
Loading…
Reference in New Issue
Block a user