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 e36401b commit ddfa856Copy full SHA for ddfa856
scripts/run_miri.sh
@@ -16,6 +16,6 @@ rustup default "$MIRI_NIGHTLY"
16
rustup component add miri
17
cargo miri setup
18
19
-cargo miri test --verbose
20
-cargo miri test --verbose --features union
21
-cargo miri test --verbose --all-features
+cargo miri test --verbose -- -Zmiri-ignore-leaks
+cargo miri test --verbose --features union -- -Zmiri-ignore-leaks
+cargo miri test --verbose --all-features -- -Zmiri-ignore-leaks
0 commit comments