]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/auxiliary/wants-panic-runtime-unwind.rs
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / compile-fail / auxiliary / wants-panic-runtime-unwind.rs
1 // no-prefer-dynamic
2
3 #![crate_type = "rlib"]
4 #![no_std]
5
6 extern crate panic_runtime_unwind;