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

#![no_std]
#![no_main]

extern crate wants_panic_runtime_abort;
extern crate panic_runtime_lang_items;