pub fn is_stable_const_fn(
    cx: &LateContext<'_>,
    def_id: DefId,
    msrv: Msrv,
) -> boolExpand description
Checks if the given def_id is a stable const fn, in respect to the given MSRV.
pub fn is_stable_const_fn(
    cx: &LateContext<'_>,
    def_id: DefId,
    msrv: Msrv,
) -> boolChecks if the given def_id is a stable const fn, in respect to the given MSRV.