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.
2 parents 5b4169d + a9f3190 commit 5f585e8Copy full SHA for 5f585e8
run-test.sh
@@ -39,6 +39,10 @@ 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
+export RUSTDOCFLAGS="${RUSTDOCFLAGS:-} -Zforce-unstable-if-unmarked"
45
+
46
# run test
47
export CARGO_TARGET_DIR=$(pwd)/target
48
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