mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced 2026-07-19 23:03:32 -04:00
Miri now supports catching panics
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
target
|
||||
./Cargo.lock
|
||||
/Cargo.lock
|
||||
|
||||
+3
-3
@@ -16,6 +16,6 @@ rustup default "$MIRI_NIGHTLY"
|
||||
rustup component add miri
|
||||
cargo miri setup
|
||||
|
||||
cargo miri test --verbose -- -- -Zunstable-options --exclude-should-panic
|
||||
cargo miri test --verbose --features union -- -- -Zunstable-options --exclude-should-panic
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user