2024-02-16 20:02:50 +00:00
|
|
|
//@ build-fail
|
|
|
|
|
//@ needs-unwind
|
|
|
|
|
//@ aux-build:needs-abort.rs
|
2022-05-20 21:52:00 +01:00
|
|
|
|
|
|
|
|
extern crate needs_abort;
|
|
|
|
|
|
|
|
|
|
fn main() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR the crate `needs_abort` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
|