Skip to content

Commit abe413c

Browse files
committed
try removing the --check-cfg flags
1 parent d5251ef commit abe413c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

run-test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ 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-
# core and std contain some modules that are also crates, so the feature flags are a bit all over
43-
# the place and we disable feature flag checking. (This matches what bootstrap does.)
44-
export RUSTFLAGS="--check-cfg=cfg(feature,values(any())) ${RUSTFLAGS:-}"
45-
export RUSTDOCFLAGS="--check-cfg=cfg(feature,values(any())) ${RUSTDOCFLAGS:-}"
46-
4742
# run test
4843
export CARGO_TARGET_DIR=$(pwd)/target
4944
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-05-18
1+
nightly-2024-05-23

0 commit comments

Comments
 (0)