Function rustc_const_eval::transform::check_consts::is_lang_panic_fn[][src]

pub fn is_lang_panic_fn<'tcx>(tcx: TyCtxt<'tcx>, def_id: DefId) -> bool
Expand description

Returns true if this DefId points to one of the official panic lang items.