1 2 3 4 5 6 7
fn main() { autocfg::rerun_path("build.rs"); let ac = autocfg::new(); ac.emit_has_trait("core::panic::RefUnwindSafe"); ac.emit_has_trait("core::panic::UnwindSafe"); }