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