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

extern crate needs_abort;

fn main() {}