fn check_panic_str<'tcx>(
    cx: &LateContext<'tcx>,
    f: &'tcx Expr<'tcx>,
    arg: &'tcx Expr<'tcx>,
    fmt: &str
)