Skip to main content

is_stable_const_fn_at

Function is_stable_const_fn_at 

Source
pub fn is_stable_const_fn_at(
    tcx: TyCtxt<'_>,
    node: HirId,
    def_id: DefId,
    msrv: Msrv,
) -> bool
Expand description

Checks if the given def_id is a stable const fn, in respect to the given MSRV.