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 39d8302 commit cf8e3a9Copy full SHA for cf8e3a9
run-test.sh
@@ -33,6 +33,6 @@ rm -f lib$CRATE
33
ln -s "$MIRI_LIB_SRC"/$CRATE lib$CRATE
34
35
# run test
36
-cd ${CRATE}_miri_test
+cd ./${CRATE}_miri_test
37
cargo miri setup
38
cargo miri test "$@"
rust-version
@@ -1 +1 @@
1
-nightly-2021-12-25
+nightly-2021-12-31
0 commit comments