Skip to content

Commit 24a0b16

Browse files
committed
remove unstable ptr-to-ref-cast-checks and update submodules
1 parent 1761d8a commit 24a0b16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/check_kani.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cargo build-dev --release
4444
echo "Running tests..."
4545
echo
4646
cd "$VERIFY_RUST_STD_DIR"
47-
$KANI_DIR/scripts/kani verify-std -Z unstable-options $VERIFY_RUST_STD_DIR/library --target-dir "$RUNNER_TEMP" -Z function-contracts -Z mem-predicates -Z ptr-to-ref-cast-checks
47+
$KANI_DIR/scripts/kani verify-std -Z unstable-options $VERIFY_RUST_STD_DIR/library --target-dir "$RUNNER_TEMP" -Z function-contracts -Z mem-predicates
4848

4949
echo "Tests completed."
5050
echo

0 commit comments

Comments
 (0)