diff options
| author | Ralf Jung <post@ralfj.de> | 2020-06-16 13:07:15 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-06-16 13:07:15 +0200 |
| commit | d1265e7679b748c3014b878c0e32178084a282ff (patch) | |
| tree | 0319500f4638970fcee2e41ad42aefef0dddddc5 | |
| parent | 991dfe75950ea4f3f01f2351c4d5ed4dc5b95152 (diff) | |
| download | rust-d1265e7679b748c3014b878c0e32178084a282ff.tar.gz rust-d1265e7679b748c3014b878c0e32178084a282ff.zip | |
libcore tests: use min_specialization
| -rw-r--r-- | src/libcore/tests/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 37ebf411280..4e55452a4c3 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -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)] |
