DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / panic-runtime / link-to-unwind.rs
12345678910
//@ run-pass //@ no-prefer-dynamic #![feature(panic_unwind)] extern crate panic_unwind; fn main() { }