Commit b2bc80d
committed
Apply rustfmt and reduce chunk harness MAX_LEN to fix CI timeouts
- Apply upstream rustfmt formatting via check_rustc.sh --bless
- Reduce MAX_LEN for u8 and () chunk harnesses from u32::MAX/isize::MAX
to 128 to prevent CBMC autoharness and partition timeouts. The
verification value comes from proving correctness for arbitrary-length
slices up to the bound, not from the absolute size.1 parent d8a8224 commit b2bc80d
1 file changed
+54
-215
lines changed
0 commit comments