Skip to content

Commit ad240ea

Browse files
committed
add feature flag to test
1 parent 912ad68 commit ad240ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/tests/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#![feature(slice_internals)]
3535
#![feature(slice_partition_dedup)]
3636
#![feature(copy_within)]
37+
#![feature(int_error_matching)]
3738

3839
extern crate core;
3940
extern crate test;

0 commit comments

Comments
 (0)