X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Falloc%2Fbenches%2Flib.rs;h=b25d63d835b54c762c5a7c7d160d583d7bf14e70;hb=2504c8d1ee4f904d3ecd95ec19cbed22ed046295;hp=d418965cd2f6bcf25a49db0bd1e138c911a83766;hpb=9f3786b2b1f3450c796041175f08a7cae7da42f3;p=rust.git diff --git a/library/alloc/benches/lib.rs b/library/alloc/benches/lib.rs index d418965cd2f..b25d63d835b 100644 --- a/library/alloc/benches/lib.rs +++ b/library/alloc/benches/lib.rs @@ -5,7 +5,9 @@ #![feature(iter_next_chunk)] #![feature(repr_simd)] #![feature(slice_partition_dedup)] +#![feature(strict_provenance)] #![feature(test)] +#![deny(fuzzy_provenance_casts)] extern crate test;