]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/benches/lib.rs
Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
[rust.git] / library / alloc / benches / lib.rs
index 72ac897d4f178d0236193de5f24c516cd1c6692f..b25d63d835b54c762c5a7c7d160d583d7bf14e70 100644 (file)
@@ -3,10 +3,11 @@
 #![cfg(not(target_os = "android"))]
 #![feature(btree_drain_filter)]
 #![feature(iter_next_chunk)]
-#![feature(map_first_last)]
 #![feature(repr_simd)]
 #![feature(slice_partition_dedup)]
+#![feature(strict_provenance)]
 #![feature(test)]
+#![deny(fuzzy_provenance_casts)]
 
 extern crate test;