]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/lib.rs
Dogfood total_cmp in the test crate
[rust.git] / library / test / src / lib.rs
index 6bd708ef48798832d5d7ccacc9e1676d623b6235..caea4b1e3094162593310c64f32d8340fb11c578 100644 (file)
@@ -29,6 +29,7 @@
 #![feature(staged_api)]
 #![feature(termination_trait_lib)]
 #![feature(test)]
+#![feature(total_cmp)]
 
 // Public reexports
 pub use self::bench::{black_box, Bencher};