Skip to content

Commit

Permalink
remove unstable ptr-to-ref-cast-checks and update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Aug 16, 2024
1 parent 1761d8a commit 24a0b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/check_kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cargo build-dev --release
echo "Running tests..."
echo
cd "$VERIFY_RUST_STD_DIR"
$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
$KANI_DIR/scripts/kani verify-std -Z unstable-options $VERIFY_RUST_STD_DIR/library --target-dir "$RUNNER_TEMP" -Z function-contracts -Z mem-predicates

echo "Tests completed."
echo
Expand Down

0 comments on commit 24a0b16

Please sign in to comment.