Skip to content

Commit 5e4c341

Browse files
committed
rustup
1 parent 5b4169d commit 5e4c341

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

run-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ cp "$MIRI_LIB_SRC/Cargo.lock" Cargo.lock
3939
# is just a re-export of the sysroot crate, so we don't get duplicate lang items.
4040
export MIRI_REPLACE_LIBRS_IF_NOT_TEST=1
4141

42+
# Set the right rustflags.
43+
export RUSTFLAGS="${RUSTFLAGS:-} -Zforce-unstable-if-unmarked"
44+
4245
# run test
4346
export CARGO_TARGET_DIR=$(pwd)/target
4447
cargo miri test --manifest-path "library/$CRATE/Cargo.toml" "$@"

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-12-01
1+
nightly-2024-12-04

0 commit comments

Comments
 (0)