File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,8 @@ check-aux:
5858 library/core \
5959 library/alloc \
6060 --no-doc
61- # Some doctests have intentional memory leaks.
6261 # 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" \
6463 $(BOOTSTRAP ) miri --stage 2 \
6564 library/core \
6665 library/alloc \
@@ -70,7 +69,7 @@ check-aux:
7069 $(BOOTSTRAP ) miri --stage 2 library/std \
7170 --no-doc -- \
7271 --skip fs:: --skip net:: --skip process:: --skip sys::pal::
73- $(Q ) MIRIFLAGS=" -Zmiri-ignore-leaks -Zmiri- disable-isolation" \
72+ $(Q ) MIRIFLAGS=" -Zmiri-disable-isolation" \
7473 $(BOOTSTRAP ) miri --stage 2 library/std \
7574 --doc -- \
7675 --skip fs:: --skip net:: --skip process:: --skip sys::pal::
You can’t perform that action at this time.
0 commit comments