We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8704be commit de493e4Copy full SHA for de493e4
src/bootstrap/mk/Makefile.in
@@ -59,7 +59,8 @@ check-aux:
59
build-std \
60
$(BOOTSTRAP_ARGS)
61
# Run standard library tests in Miri.
62
- $(Q)MIRIFLAGS="-Zmiri-strict-provenance" \
+ # We have to forward RUSTC_BOOTSTRAP so that libtest accepts the unstable args bootstrap sets.
63
+ $(Q)MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-env-forward=RUSTC_BOOTSTRAP" \
64
$(BOOTSTRAP) miri --stage 2 \
65
library/core \
66
library/alloc \
0 commit comments