Function rustc_query_impl::make_query::param_env_reveal_all_normalized[][src]

pub fn param_env_reveal_all_normalized<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: param_env_reveal_all_normalized<'tcx>
) -> QueryStackFrame
Expand description

Like param_env, but returns the ParamEnv in Reveal::All mode. Prefer this over tcx.param_env(def_id).with_reveal_all_normalized(tcx), as this method is more efficient.