Miri now supports catching panics

This commit is contained in:
Ralf Jung
2019-12-06 09:43:14 +01:00
parent badc118d6a
commit 7ae9e2cd1f
+1 -1
View File
@@ -12,4 +12,4 @@ rustup default "$MIRI_NIGHTLY"
rustup component add miri
cargo miri setup
cargo miri test -- -- -Zunstable-options --exclude-should-panic
cargo miri test