#![feature(bench_black_box)]

This commit is contained in:
Daniel Olsen 2021-05-16 19:41:41 +02:00
parent 094abed8e4
commit cde84479b2
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#![feature(bench_black_box)]
use rand::prelude::*;
use rand::distributions::WeightedIndex;
@ -512,4 +514,4 @@ pub fn size_of_bitfields() -> Result<(), &'static str> {
Ok(())
}
}