libcore tests: use min_specialization

This commit is contained in:
Ralf Jung 2020-06-16 13:07:15 +02:00
parent 991dfe7595
commit d1265e7679
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#![feature(raw)]
#![feature(sort_internals)]
#![feature(slice_partition_at_index)]
#![feature(specialization)]
#![feature(min_specialization)]
#![feature(step_trait)]
#![feature(step_trait_ext)]
#![feature(str_internals)]