may_use_unstable_feature

Function may_use_unstable_feature 

Source
pub fn may_use_unstable_feature<'a, I: Interner, Infcx>(
    infcx: &'a Infcx,
    param_env: I::ParamEnv,
    symbol: I::Symbol,
) -> bool
where Infcx: InferCtxtLike<Interner = I>,