We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca03a8 commit d21014aCopy full SHA for d21014a
1 file changed
library/core/src/ptr/non_null.rs
@@ -2746,7 +2746,7 @@ mod verify {
2746
#[kani::proof_for_contract(NonNull::write_bytes)]
2747
pub fn $harness_name() {
2748
// Create a pointer generator for the given type with appropriate byte size
2749
- const ARR_SIZE: usize = mem::size_of::<$type>() * 100;
+ const ARR_SIZE: usize = mem::size_of::<$type>() * 10;
2750
let mut generator = kani::PointerGenerator::<ARR_SIZE>::new();
2751
2752
// Get a raw pointer from the generator
0 commit comments