summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/need-abort-got-unwind.rs
blob: c72fb96e357f0a33242e2d861a8deb1e9d53b080 (plain)
1
2
3
4
5
6
7
8
9
// build-fail
// needs-unwind
// error-pattern:is incompatible with this crate's strategy of `unwind`
// aux-build:needs-abort.rs
// ignore-wasm32-bare compiled with panic=abort by default

extern crate needs_abort;

fn main() {}