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 c975415 commit bb8ae2bCopy full SHA for bb8ae2b
.gitignore
@@ -1,2 +1,2 @@
1
target
2
-./Cargo.lock
+/Cargo.lock
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 -- -- -Zunstable-options --exclude-should-panic
20
-cargo miri test --verbose --features union -- -- -Zunstable-options --exclude-should-panic
21
-cargo miri test --verbose --all-features -- -- -Zunstable-options --exclude-should-panic
+cargo miri test --verbose
+cargo miri test --verbose --features union
+cargo miri test --verbose --all-features
0 commit comments