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 087ae97 commit 7b89445Copy full SHA for 7b89445
src/bootstrap/mk/Makefile.in
@@ -52,6 +52,16 @@ check-aux:
52
src/tools/cargo \
53
src/tools/cargotest \
54
$(BOOTSTRAP_ARGS)
55
+ # Run standard library tests in Miri.
56
+ $(Q)$(BOOTSTRAP) miri --stage 2 \
57
+ library/core \
58
+ library/alloc \
59
+ --no-doc
60
+ $(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
61
+ $(BOOTSTRAP) miri --stage 2 \
62
63
64
+ --doc
65
dist:
66
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
67
distcheck:
0 commit comments