Skip to content

Commit bb8ae2b

Browse files
committed
Miri now supports catching panics
1 parent c975415 commit bb8ae2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
target
2-
./Cargo.lock
2+
/Cargo.lock

scripts/run_miri.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ rustup default "$MIRI_NIGHTLY"
1616
rustup component add miri
1717
cargo miri setup
1818

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
19+
cargo miri test --verbose
20+
cargo miri test --verbose --features union
21+
cargo miri test --verbose --all-features

0 commit comments

Comments
 (0)