blob: 497d1eafda5bae9748cb0c776062458c08b37a25 [file] [log] [blame]
//@ build-fail
//@ needs-unwind
//@ aux-build:panic-runtime-abort.rs
//@ aux-build:panic-runtime-lang-items.rs
#![no_std]
#![no_main]
extern crate panic_runtime_abort;
extern crate panic_runtime_lang_items;
//~? ERROR the linked panic runtime `panic_runtime_abort` is not compiled with this crate's panic strategy `unwind`