]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/need-abort-got-unwind.rs
move an `assert!` to the right place
[rust.git] / src / test / ui / panic-runtime / need-abort-got-unwind.rs
1 // build-fail
2 // needs-unwind
3 // error-pattern:is incompatible with this crate's strategy of `unwind`
4 // aux-build:needs-abort.rs
5 // ignore-wasm32-bare compiled with panic=abort by default
6
7 extern crate needs_abort;
8
9 fn main() {}