pub fn is_stable_const_fn_at( tcx: TyCtxt<'_>, node: HirId, def_id: DefId, msrv: Msrv, ) -> bool
Checks if the given def_id is a stable const fn, in respect to the given MSRV.
def_id