summary refs log tree commit diff
path: root/tests/ui/panic-runtime/auxiliary/needs-panic-runtime.rs
blob: fbafee0c24177aff439e02d4a19873e0b1e38825 (plain)
1
2
3
4
5
6
//@ no-prefer-dynamic

#![feature(needs_panic_runtime)]
#![crate_type = "rlib"]
#![needs_panic_runtime]
#![no_std]