syntax::panictry! [] [src]

macro_rules! panictry {
    ($e:expr) => { ... };
}
Unstable (rustc_private)