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

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

Returns true if this DefId points to one of the lang items that will be handled differently in const_eval.