File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ 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.
4040export 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+
4247# run test
4348export CARGO_TARGET_DIR=$( pwd) /target
4449cargo miri test --manifest-path " library/$CRATE /Cargo.toml" " $@ "
Original file line number Diff line number Diff line change 1- nightly-2024-05-01
1+ nightly-2024-05-05
You can’t perform that action at this time.
0 commit comments