pub fn is_in_panic_handler(cx: &LateContext<'_>, e: &Expr<'_>) -> boolExpand description
Returns true if the expression is in the program’s #[panic_handler].
pub fn is_in_panic_handler(cx: &LateContext<'_>, e: &Expr<'_>) -> boolReturns true if the expression is in the program’s #[panic_handler].