Skip to content

Commit 5f585e8

Browse files
authored
Merge pull request #84 from RalfJung/rustup
rustup
2 parents 5b4169d + a9f3190 commit 5f585e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

run-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ 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+
export RUSTDOCFLAGS="${RUSTDOCFLAGS:-} -Zforce-unstable-if-unmarked"
45+
4246
# run test
4347
export CARGO_TARGET_DIR=$(pwd)/target
4448
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)