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 6eb1afa commit 8b7b026Copy full SHA for 8b7b026
src/bootstrap/mk/Makefile.in
@@ -54,7 +54,8 @@ check-aux:
54
src/etc/test-float-parse \
55
$(BOOTSTRAP_ARGS)
56
# Run standard library tests in Miri.
57
- $(Q)$(BOOTSTRAP) miri --stage 2 \
+ $(Q)MIRIFLAGS="-Zmiri-strict-provenance" \
58
+ $(Q)$(BOOTSTRAP) miri --stage 2 \
59
library/coretests \
60
library/alloctests \
61
library/alloc \
0 commit comments