Skip to content

Commit d1265e7

Browse files
committed
libcore tests: use min_specialization
1 parent 991dfe7 commit d1265e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/tests/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![feature(raw)]
2020
#![feature(sort_internals)]
2121
#![feature(slice_partition_at_index)]
22-
#![feature(specialization)]
22+
#![feature(min_specialization)]
2323
#![feature(step_trait)]
2424
#![feature(step_trait_ext)]
2525
#![feature(str_internals)]

0 commit comments

Comments
 (0)