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 5b4169d commit 5e4c341Copy full SHA for 5e4c341
run-test.sh
@@ -39,6 +39,9 @@ cp "$MIRI_LIB_SRC/Cargo.lock" Cargo.lock
39
# is just a re-export of the sysroot crate, so we don't get duplicate lang items.
40
export MIRI_REPLACE_LIBRS_IF_NOT_TEST=1
41
42
+# Set the right rustflags.
43
+export RUSTFLAGS="${RUSTFLAGS:-} -Zforce-unstable-if-unmarked"
44
+
45
# run test
46
export CARGO_TARGET_DIR=$(pwd)/target
47
cargo miri test --manifest-path "library/$CRATE/Cargo.toml" "$@"
rust-version
@@ -1 +1 @@
1
-nightly-2024-12-01
+nightly-2024-12-04
0 commit comments