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 4c88768 commit ce935c0Copy full SHA for ce935c0
scripts/run-kani.sh
@@ -304,6 +304,18 @@ main() {
304
"$kani_path" list -Z list $unstable_args ./library --std --format json
305
echo "Running Kani's std-analysis command..."
306
pushd $build_dir
307
+ cat | patch -p1 << "EOF"
308
+--- a/scripts/std-analysis.sh
309
++++ b/scripts/std-analysis.sh
310
+@@ -61,6 +61,7 @@ then
311
+ fi
312
+ cargo new std_lib_analysis --lib
313
+ cd std_lib_analysis
314
++sed -i '1i cargo-features = ["edition2024"]' Cargo.toml
315
+
316
+ echo '
317
+ pub fn dummy() {
318
+EOF
319
./scripts/std-analysis.sh
320
popd
321
pushd scripts/kani-std-analysis
0 commit comments