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
39
39
# is just a re-export of the sysroot crate, so we don't get duplicate lang items.
40
40
export MIRI_REPLACE_LIBRS_IF_NOT_TEST=1
41
41
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
+
42
47
# run test
43
48
export CARGO_TARGET_DIR=$( pwd) /target
44
49
cargo 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