We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eef3e0 commit f1cc3c7Copy full SHA for f1cc3c7
scripts/std-lib-regression.sh
@@ -73,13 +73,6 @@ export RUSTC="$KANI_DIR/target/kani/bin/kani-compiler"
73
# Compile rust to iRep
74
$WRAPPER cargo build --verbose -Z build-std --lib --target $TARGET
75
76
-# Generate goto-program. This will make sure the representation is well formed.
77
-cd target/${TARGET}/debug/deps
78
-for symtab in *.symtab.json; do
79
- echo "======== File: $symtab"
80
- symtab2gb ${symtab} --out ${symtab}.out
81
-done
82
-
83
echo
84
echo "Finished Kani codegen for the Rust standard library successfully..."
85
0 commit comments