File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,18 @@ check-aux:
59
59
library/alloc \
60
60
--no-doc
61
61
# Some doctests have intentional memory leaks.
62
+ # Some use file system operations to demonstrate dealing with `Result`.
62
63
$(Q ) MIRIFLAGS=" -Zmiri-ignore-leaks -Zmiri-disable-isolation" \
63
64
$(BOOTSTRAP ) miri --stage 2 \
64
65
library/core \
65
66
library/alloc \
66
67
--doc
67
- # In `std` we cannot test everything.
68
- $(Q ) MIRIFLAGS=" -Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \
68
+ # In `std` we cannot test everything, so we skip some modules .
69
+ $(Q ) MIRIFLAGS=" -Zmiri-disable-isolation" \
69
70
$(BOOTSTRAP ) miri --stage 2 library/std \
70
71
--no-doc -- \
71
72
--skip fs:: --skip net:: --skip process:: --skip sys::pal::
72
- $(Q ) MIRIFLAGS=" -Zmiri-ignore-leaks -Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \
73
+ $(Q ) MIRIFLAGS=" -Zmiri-ignore-leaks -Zmiri-disable-isolation" \
73
74
$(BOOTSTRAP ) miri --stage 2 library/std \
74
75
--doc -- \
75
76
--skip fs:: --skip net:: --skip process:: --skip sys::pal::
You can’t perform that action at this time.
0 commit comments