summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/transitive-link-a-bunch.rs
blob: 622535a75aff6e5eb25b766a64bac7b6a0dd11d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// build-fail
// needs-unwind
// aux-build:panic-runtime-unwind.rs
// aux-build:panic-runtime-abort.rs
// aux-build:wants-panic-runtime-unwind.rs
// aux-build:wants-panic-runtime-abort.rs
// aux-build:panic-runtime-lang-items.rs
// error-pattern: is not compiled with this crate's panic strategy `unwind`
// ignore-wasm32-bare compiled with panic=abort by default

#![no_std]
#![no_main]

extern crate wants_panic_runtime_unwind;
extern crate wants_panic_runtime_abort;
extern crate panic_runtime_lang_items;