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