about summary refs log tree commit diff
path: root/tests/ui/panic-runtime/need-abort-got-unwind.rs
blob: afd084263954616fd9e85edd3aa3db741b22aa33 (plain)
1
2
3
4
5
6
7
8
9
//@ build-fail
//@ needs-unwind
//@ aux-build:needs-abort.rs

extern crate needs_abort;

fn main() {}

//~? ERROR the crate `needs_abort` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`