Trait rustc_query_impl::QueryConfigRestored

source ·
pub(crate) trait QueryConfigRestored<'tcx> {
    type RestoredValue;
    type Config: QueryConfig<QueryCtxt<'tcx>>;

    const NAME: &'static &'static str;

    // Required methods
    fn config(tcx: TyCtxt<'tcx>) -> Self::Config;
    fn restore(
        value: <Self::Config as QueryConfig<QueryCtxt<'tcx>>>::Value,
    ) -> Self::RestoredValue;
}
Expand description

This is implemented per query. It allows restoring query values from their erased state and constructing a QueryConfig.

Required Associated Types§

Required Associated Constants§

source

const NAME: &'static &'static str

Required Methods§

source

fn config(tcx: TyCtxt<'tcx>) -> Self::Config

source

fn restore( value: <Self::Config as QueryConfig<QueryCtxt<'tcx>>>::Value, ) -> Self::RestoredValue

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_async_destructor::QueryType<'tcx>

source§

type RestoredValue = Option<AsyncDestructor>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_def::QueryType<'tcx>

source§

type RestoredValue = AdtDef<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_destructor::QueryType<'tcx>

source§

type RestoredValue = Option<Destructor>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_drop_tys::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx RawList<(), Ty<'tcx>>, AlwaysRequiresDrop>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_dtorck_constraint::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx DropckConstraint<'tcx>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_significant_drop_tys::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx RawList<(), Ty<'tcx>>, AlwaysRequiresDrop>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::adt_sized_constraint::QueryType<'tcx>

source§

type RestoredValue = Option<EarlyBinder<TyCtxt<'tcx>, Ty<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::all_diagnostic_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx DiagnosticItems

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::all_local_trait_impls::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexMap<DefId, Vec<LocalDefId>, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::alloc_error_handler_kind::QueryType<'tcx>

source§

type RestoredValue = Option<AllocatorKind>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::allocator_kind::QueryType<'tcx>

source§

type RestoredValue = Option<AllocatorKind>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::analysis::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::asm_target_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexSet<Symbol, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_item::QueryType<'tcx>

source§

type RestoredValue = AssocItem

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_item_def_ids::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx AssocItems

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_type_for_effects::QueryType<'tcx>

source§

type RestoredValue = Option<DefId>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_type_for_impl_trait_in_trait::QueryType<'tcx>

source§

type RestoredValue = LocalDefId

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::associated_types_for_impl_traits_in_associated_fn::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::assumed_wf_types::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(Ty<'tcx>, Span)]

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::assumed_wf_types_for_rpitit::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(Ty<'tcx>, Span)]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::asyncness::QueryType<'tcx>

source§

type RestoredValue = Asyncness

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::backend_optimization_level::QueryType<'tcx>

source§

type RestoredValue = OptLevel

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_coroutine_obligations::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_expectations::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<Option<Symbol>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_liveness::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_match::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_attrs::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_const_bodies::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_deathness::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_loops::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_naked_functions::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_privacy::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_type_wf::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_mod_unstable_api_usage::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_private_in_public::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_unsafety::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_unused_traits::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_validity_requirement::QueryType<'tcx>

source§

type RestoredValue = Result<bool, &'tcx LayoutError<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(ValidityRequirement, ParamEnvAnd<'tcx, Ty<'tcx>>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::check_well_formed::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::clashing_extern_declarations::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::closure_saved_names_of_captured_variables::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexVec<FieldIdx, Symbol>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::closure_typeinfo::QueryType<'tcx>

source§

type RestoredValue = ClosureTypeInfo<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::codegen_fn_attrs::QueryType<'tcx>

source§

type RestoredValue = &'tcx CodegenFnAttrs

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::codegen_select_candidate::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx ImplSource<'tcx, ()>, CodegenObligationError>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(ParamEnv<'tcx>, TraitRef<TyCtxt<'tcx>>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::codegen_unit::QueryType<'tcx>

source§

type RestoredValue = &'tcx CodegenUnit<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Symbol, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coerce_unsized_info::QueryType<'tcx>

source§

type RestoredValue = Result<CoerceUnsizedInfo, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coherent_trait::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::collect_and_partition_mono_items::QueryType<'tcx>

source§

type RestoredValue = (&'tcx UnordSet<DefId>, &'tcx [CodegenUnit<'tcx>])

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::collect_return_position_impl_trait_in_trait_tys::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx UnordMap<DefId, EarlyBinder<TyCtxt<'tcx>, Ty<'tcx>>>, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::compare_impl_const::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(LocalDefId, DefId), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::const_param_default::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, Const<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::constness::QueryType<'tcx>

source§

type RestoredValue = Constness

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coroutine_by_move_body_def_id::QueryType<'tcx>

source§

type RestoredValue = DefId

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coroutine_for_closure::QueryType<'tcx>

source§

type RestoredValue = DefId

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coroutine_kind::QueryType<'tcx>

source§

type RestoredValue = Option<CoroutineKind>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coverage_attr_on::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::coverage_ids_info::QueryType<'tcx>

source§

type RestoredValue = &'tcx CoverageIdsInfo

source§

type Config = DynamicConfig<'tcx, DefaultCache<InstanceKind<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_extern_paths::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<PathBuf>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_for_resolver::QueryType<'tcx>

source§

type RestoredValue = &'tcx Steal<(Crate, ThinVec<Attribute>)>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_hash::QueryType<'tcx>

source§

type RestoredValue = Svh

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_host_hash::QueryType<'tcx>

source§

type RestoredValue = Option<Svh>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_incoherent_impls::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx [DefId], ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(CrateNum, SimplifiedType<DefId>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_inherent_impls::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx CrateInherentImpls, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_inherent_impls_overlap_check::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_name::QueryType<'tcx>

source§

type RestoredValue = Symbol

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crate_variances::QueryType<'tcx>

source§

type RestoredValue = &'tcx CrateVariancesMap<'tcx>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::crates::QueryType<'tcx>

source§

type RestoredValue = &'tcx [CrateNum]

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::cross_crate_inlinable::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::debugger_visualizers::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<DebuggerVisualizerFile>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::deduced_param_attrs::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DeducedParamAttrs]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::def_ident_span::QueryType<'tcx>

source§

type RestoredValue = Option<Span>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::def_kind::QueryType<'tcx>

source§

type RestoredValue = DefKind

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::def_span::QueryType<'tcx>

source§

type RestoredValue = Span

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::defaultness::QueryType<'tcx>

source§

type RestoredValue = Defaultness

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::defined_lang_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(DefId, LangItem)]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::dep_kind::QueryType<'tcx>

source§

type RestoredValue = CrateDepKind

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::dependency_formats::QueryType<'tcx>

source§

type RestoredValue = &'tcx Rc<Vec<(CrateType, Vec<Linkage>)>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::destructure_const::QueryType<'tcx>

source§

type RestoredValue = DestructuredConst<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Const<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::diagnostic_hir_wf_check::QueryType<'tcx>

source§

type RestoredValue = &'tcx Option<ObligationCause<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Predicate<'tcx>, WellFormedLoc), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::diagnostic_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx DiagnosticItems

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::diagnostic_only_typeck::QueryType<'tcx>

source§

type RestoredValue = &'tcx TypeckResults<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::doc_link_resolutions::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<(Symbol, Namespace), Option<Res<NodeId>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::doc_link_traits_in_scope::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::dropck_outlives::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Ty<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::dylib_dependency_formats::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(CrateNum, LinkagePreference)]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::early_lint_checks::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::effective_visibilities::QueryType<'tcx>

source§

type RestoredValue = &'tcx EffectiveVisibilities

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::entry_fn::QueryType<'tcx>

source§

type RestoredValue = Option<(DefId, EntryFnType)>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::erase_regions_ty::QueryType<'tcx>

source§

type RestoredValue = Ty<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Ty<'tcx>, Erased<impl Copy>>, true, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::eval_static_initializer::QueryType<'tcx>

source§

type RestoredValue = Result<ConstAllocation<'tcx>, ErrorHandled>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::eval_to_allocation_raw::QueryType<'tcx>

source§

type RestoredValue = Result<ConstAlloc<'tcx>, ErrorHandled>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, GlobalId<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::eval_to_const_value_raw::QueryType<'tcx>

source§

type RestoredValue = Result<ConstValue<'tcx>, ErrorHandled>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, GlobalId<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::eval_to_valtree::QueryType<'tcx>

source§

type RestoredValue = Result<Result<ValTree<'tcx>, Ty<'tcx>>, ErrorHandled>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, GlobalId<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::evaluate_obligation::QueryType<'tcx>

source§

type RestoredValue = Result<EvaluationResult, OverflowError>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Predicate<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_implied_predicates_of::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_item_bounds::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_item_super_predicates::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_predicates_of::QueryType<'tcx>

source§

type RestoredValue = GenericPredicates<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_super_predicates_of::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::explicit_supertraits_containing_assoc_item::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(DefId, Ident), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::expn_that_defined::QueryType<'tcx>

source§

type RestoredValue = ExpnId

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::exported_symbols::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(ExportedSymbol<'tcx>, SymbolExportInfo)]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::extern_crate::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx ExternCrate>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::extern_mod_stmt_cnum::QueryType<'tcx>

source§

type RestoredValue = Option<CrateNum>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::extra_filename::QueryType<'tcx>

source§

type RestoredValue = &'tcx String

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::features_query::QueryType<'tcx>

source§

type RestoredValue = &'tcx Features

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::first_method_vtable_slot::QueryType<'tcx>

source§

type RestoredValue = usize

source§

type Config = DynamicConfig<'tcx, DefaultCache<TraitRef<TyCtxt<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::fn_abi_of_fn_ptr::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx FnAbi<'tcx, Ty<'tcx>>, &'tcx FnAbiError<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, (Binder<TyCtxt<'tcx>, FnSig<TyCtxt<'tcx>>>, &'tcx RawList<(), Ty<'tcx>>)>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::fn_abi_of_instance::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx FnAbi<'tcx, Ty<'tcx>>, &'tcx FnAbiError<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, (Instance<'tcx>, &'tcx RawList<(), Ty<'tcx>>)>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::fn_arg_names::QueryType<'tcx>

source§

type RestoredValue = &'tcx [Ident]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::fn_sig::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, Binder<TyCtxt<'tcx>, FnSig<TyCtxt<'tcx>>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::foreign_modules::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexMap<DefId, ForeignModule, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::generics_of::QueryType<'tcx>

source§

type RestoredValue = &'tcx Generics

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::generics_require_sized_self::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::get_lang_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx LanguageItems

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::global_backend_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<String>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_alloc_error_handler::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_ffi_unwind_calls::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_global_allocator::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_panic_handler::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_significant_drop_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::has_structural_eq_impl::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<Ty<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::hir_attrs::QueryType<'tcx>

source§

type RestoredValue = &'tcx AttributeMap<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::hir_crate::QueryType<'tcx>

source§

type RestoredValue = &'tcx Crate<'tcx>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::hir_crate_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx ModuleItems

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::hir_module_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx ModuleItems

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::hir_owner_parent::QueryType<'tcx>

source§

type RestoredValue = HirId

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::impl_item_implementor_ids::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, DefId>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::impl_parent::QueryType<'tcx>

source§

type RestoredValue = Option<DefId>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::impl_super_outlives::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx RawList<TypeInfo, Clause<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::impl_trait_header::QueryType<'tcx>

source§

type RestoredValue = Option<ImplTraitHeader<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::implementations_of_trait::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(DefId, Option<SimplifiedType<DefId>>)]

source§

type Config = DynamicConfig<'tcx, DefaultCache<(CrateNum, DefId), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::implied_outlives_bounds::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Ty<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::implied_outlives_bounds_compat::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Ty<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::implied_target_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<Symbol>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Symbol, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::in_scope_traits_map::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx UnordMap<ItemLocalId, Box<[TraitCandidate]>>>

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::incoherent_impls::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx [DefId], ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefaultCache<SimplifiedType<DefId>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inferred_outlives_crate::QueryType<'tcx>

source§

type RestoredValue = &'tcx CratePredicatesMap<'tcx>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inferred_outlives_of::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(Clause<'tcx>, Span)]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inhabited_predicate_adt::QueryType<'tcx>

source§

type RestoredValue = InhabitedPredicate<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inhabited_predicate_type::QueryType<'tcx>

source§

type RestoredValue = InhabitedPredicate<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Ty<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inherent_impls::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx [DefId], ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::inherit_sig_for_delegation_item::QueryType<'tcx>

source§

type RestoredValue = &'tcx [Ty<'tcx>]

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::instantiate_and_check_impossible_predicates::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<(DefId, &'tcx RawList<(), GenericArg<'tcx>>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::intrinsic_raw::QueryType<'tcx>

source§

type RestoredValue = Option<IntrinsicDef>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_codegened_item::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_compiler_builtins::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_copy_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_ctfe_mir_available::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_doc_hidden::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_doc_notable_trait::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_freeze_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_impossible_associated_item::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<(DefId, DefId), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_late_bound_map::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx IndexSet<ItemLocalId, BuildHasherDefault<FxHasher>>>

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_mir_available::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_no_builtins::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_object_safe::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_panic_runtime::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_private_dep::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_profiler_runtime::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_promotable_const_fn::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_reachable_non_generic::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_sized_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_type_alias_impl_trait::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_unpin_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::is_unreachable_local_definition::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::item_attrs::QueryType<'tcx>

source§

type RestoredValue = &'tcx [Attribute]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::item_bounds::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx RawList<TypeInfo, Clause<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::item_non_self_assumptions::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx RawList<TypeInfo, Clause<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::item_super_predicates::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx RawList<TypeInfo, Clause<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::late_bound_vars_map::QueryType<'tcx>

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::layout_of::QueryType<'tcx>

source§

type RestoredValue = Result<TyAndLayout<'tcx, Ty<'tcx>>, &'tcx LayoutError<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, true, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lib_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx LibFeatures

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::limits::QueryType<'tcx>

source§

type RestoredValue = Limits

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lint_expectations::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<(LintExpectationId, LintExpectation)>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lint_mod::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefaultCache<LocalModDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lit_to_const::QueryType<'tcx>

source§

type RestoredValue = Result<Const<'tcx>, LitToConstError>

source§

type Config = DynamicConfig<'tcx, DefaultCache<LitToConstInput<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::live_symbols_and_ignored_derived_traits::QueryType<'tcx>

source§

type RestoredValue = &'tcx (UnordSet<LocalDefId>, UnordMap<LocalDefId, Vec<(DefId, DefId)>>)

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::local_def_id_to_hir_id::QueryType<'tcx>

source§

type RestoredValue = HirId

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lookup_const_stability::QueryType<'tcx>

source§

type RestoredValue = Option<ConstStability>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lookup_default_body_stability::QueryType<'tcx>

source§

type RestoredValue = Option<DefaultBodyStability>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lookup_deprecation_entry::QueryType<'tcx>

source§

type RestoredValue = Option<DeprecationEntry>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::lookup_stability::QueryType<'tcx>

source§

type RestoredValue = Option<Stability>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::maybe_unused_trait_imports::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexSet<LocalDefId, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::method_autoderef_steps::QueryType<'tcx>

source§

type RestoredValue = MethodAutoderefStepsResult<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Ty<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_borrowck::QueryType<'tcx>

source§

type RestoredValue = &'tcx BorrowCheckResult<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_built::QueryType<'tcx>

source§

type RestoredValue = &'tcx Steal<Body<'tcx>>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_callgraph_reachable::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Instance<'tcx>, LocalDefId), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_const_qualif::QueryType<'tcx>

source§

type RestoredValue = ConstQualifs

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_coroutine_witnesses::QueryType<'tcx>

source§

type RestoredValue = &'tcx Option<CoroutineLayout<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_drops_elaborated_and_const_checked::QueryType<'tcx>

source§

type RestoredValue = &'tcx Steal<Body<'tcx>>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_for_ctfe::QueryType<'tcx>

source§

type RestoredValue = &'tcx Body<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_inliner_callees::QueryType<'tcx>

source§

type RestoredValue = &'tcx [(DefId, &'tcx RawList<(), GenericArg<'tcx>>)]

source§

type Config = DynamicConfig<'tcx, DefaultCache<InstanceKind<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_keys::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexSet<LocalDefId, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_promoted::QueryType<'tcx>

source§

type RestoredValue = (&'tcx Steal<Body<'tcx>>, &'tcx Steal<IndexVec<Promoted, Body<'tcx>>>)

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::mir_shims::QueryType<'tcx>

source§

type RestoredValue = &'tcx Body<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<InstanceKind<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::missing_extern_crate_item::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::missing_lang_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx [LangItem]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::module_children::QueryType<'tcx>

source§

type RestoredValue = &'tcx [ModChild]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::named_variable_map::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx IndexMap<ItemLocalId, ResolvedArg, BuildHasherDefault<FxHasher>>>

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::names_imported_by_glob_use::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordSet<Symbol>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::native_libraries::QueryType<'tcx>

source§

type RestoredValue = &'tcx Vec<NativeLib>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::native_library::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx NativeLib>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::needs_async_drop_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::needs_drop_raw::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, Ty<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::normalize_canonicalized_inherent_projection_ty::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, NormalizationResult<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, AliasTy<TyCtxt<'tcx>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::normalize_canonicalized_projection_ty::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, NormalizationResult<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, AliasTy<TyCtxt<'tcx>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::normalize_canonicalized_weak_ty::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, NormalizationResult<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, AliasTy<TyCtxt<'tcx>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::object_lifetime_default::QueryType<'tcx>

source§

type RestoredValue = ObjectLifetimeDefault

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::object_safety_violations::QueryType<'tcx>

source§

type RestoredValue = &'tcx [ObjectSafetyViolation]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::opaque_types_defined_by::QueryType<'tcx>

source§

type RestoredValue = &'tcx RawList<(), LocalDefId>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::opt_hir_owner_nodes::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx OwnerNodes<'tcx>>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::optimized_mir::QueryType<'tcx>

source§

type RestoredValue = &'tcx Body<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::orphan_check_impl::QueryType<'tcx>

source§

type RestoredValue = Result<(), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::output_filenames::QueryType<'tcx>

source§

type RestoredValue = &'tcx Arc<OutputFilenames>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::own_existential_vtable_entries::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::panic_in_drop_strategy::QueryType<'tcx>

source§

type RestoredValue = PanicStrategy

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::param_env::QueryType<'tcx>

source§

type RestoredValue = ParamEnv<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::param_env_reveal_all_normalized::QueryType<'tcx>

source§

type RestoredValue = ParamEnv<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::params_in_repr::QueryType<'tcx>

source§

type RestoredValue = &'tcx BitSet<u32>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::postorder_cnums::QueryType<'tcx>

source§

type RestoredValue = &'tcx [CrateNum]

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::predicates_of::QueryType<'tcx>

source§

type RestoredValue = GenericPredicates<'tcx>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::proc_macro_decls_static::QueryType<'tcx>

source§

type RestoredValue = Option<LocalDefId>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::promoted_mir::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexVec<Promoted, Body<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::reachable_non_generics::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, SymbolExportInfo>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::reachable_set::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordSet<LocalDefId>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::region_scope_tree::QueryType<'tcx>

source§

type RestoredValue = &'tcx ScopeTree

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::registered_tools::QueryType<'tcx>

source§

type RestoredValue = &'tcx IndexSet<Ident, BuildHasherDefault<FxHasher>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::rendered_const::QueryType<'tcx>

source§

type RestoredValue = &'tcx String

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::rendered_precise_capturing_args::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx [Symbol]>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::representability::QueryType<'tcx>

source§

type RestoredValue = Representability

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, true, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::representability_adt_ty::QueryType<'tcx>

source§

type RestoredValue = Representability

source§

type Config = DynamicConfig<'tcx, DefaultCache<Ty<'tcx>, Erased<impl Copy>>, true, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::required_panic_strategy::QueryType<'tcx>

source§

type RestoredValue = Option<PanicStrategy>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::resolutions::QueryType<'tcx>

source§

type RestoredValue = &'tcx ResolverGlobalCtxt

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::resolve_bound_vars::QueryType<'tcx>

source§

type RestoredValue = &'tcx ResolveBoundVars

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::resolve_instance_raw::QueryType<'tcx>

source§

type RestoredValue = Result<Option<Instance<'tcx>>, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, (DefId, &'tcx RawList<(), GenericArg<'tcx>>)>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::resolver_for_lowering_raw::QueryType<'tcx>

source§

type RestoredValue = (&'tcx Steal<(ResolverAstLowering, Rc<Crate>)>, &'tcx ResolverGlobalCtxt)

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::reveal_opaque_types_in_bounds::QueryType<'tcx>

source§

type RestoredValue = &'tcx RawList<TypeInfo, Clause<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefaultCache<&'tcx RawList<TypeInfo, Clause<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::self_ty_of_trait_impl_enabling_order_dep_trait_object_hack::QueryType<'tcx>

source§

type RestoredValue = Option<EarlyBinder<TyCtxt<'tcx>, Ty<'tcx>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::shallow_lint_levels_on::QueryType<'tcx>

source§

type RestoredValue = &'tcx ShallowLintLevelMap

source§

type Config = DynamicConfig<'tcx, VecCache<OwnerId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::should_inherit_track_caller::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::source_span::QueryType<'tcx>

source§

type RestoredValue = Span

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::specialization_enabled_in::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::specialization_graph_of::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Graph, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::specializes::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefaultCache<(DefId, DefId), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::stability_implications::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<Symbol, Symbol>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::stability_index::QueryType<'tcx>

source§

type RestoredValue = &'tcx Index

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::stripped_cfg_items::QueryType<'tcx>

source§

type RestoredValue = &'tcx [StrippedCfgItem]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::struct_target_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx [TargetFeature]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::supertrait_vtable_slot::QueryType<'tcx>

source§

type RestoredValue = Option<usize>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Ty<'tcx>, Ty<'tcx>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::supported_target_features::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<String, Option<Symbol>>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::symbol_mangling_version::QueryType<'tcx>

source§

type RestoredValue = SymbolManglingVersion

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::symbol_name::QueryType<'tcx>

source§

type RestoredValue = SymbolName<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Instance<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::tag_for_variant::QueryType<'tcx>

source§

type RestoredValue = Option<ScalarInt>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Ty<'tcx>, VariantIdx), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::thir_abstract_const::QueryType<'tcx>

source§

type RestoredValue = Result<Option<EarlyBinder<TyCtxt<'tcx>, Const<'tcx>>>, ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::thir_body::QueryType<'tcx>

source§

type RestoredValue = Result<(&'tcx Steal<Thir<'tcx>>, ExprId), ErrorGuaranteed>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trait_def::QueryType<'tcx>

source§

type RestoredValue = &'tcx TraitDef

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trait_explicit_predicates_and_bounds::QueryType<'tcx>

source§

type RestoredValue = GenericPredicates<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trait_impls_in_crate::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trait_impls_of::QueryType<'tcx>

source§

type RestoredValue = &'tcx TraitImpls

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::traits::QueryType<'tcx>

source§

type RestoredValue = &'tcx [DefId]

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trigger_delayed_bug::QueryType<'tcx>

source§

type RestoredValue = ()

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::trimmed_def_paths::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, Symbol>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::try_normalize_generic_arg_after_erasing_regions::QueryType<'tcx>

source§

type RestoredValue = Result<GenericArg<'tcx>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<ParamEnvAnd<'tcx, GenericArg<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_alias_is_lazy::QueryType<'tcx>

source§

type RestoredValue = bool

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_of::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, Ty<'tcx>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_of_opaque::QueryType<'tcx>

source§

type RestoredValue = Result<EarlyBinder<TyCtxt<'tcx>, Ty<'tcx>>, CyclePlaceholder>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_ascribe_user_type::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, ()>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, AscribeUserType<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_normalize_clause::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, Clause<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<Clause<'tcx>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_normalize_fn_sig::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, FnSig<TyCtxt<'tcx>>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<FnSig<TyCtxt<'tcx>>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_normalize_poly_fn_sig::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, Binder<TyCtxt<'tcx>, FnSig<TyCtxt<'tcx>>>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<Binder<TyCtxt<'tcx>, FnSig<TyCtxt<'tcx>>>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_normalize_ty::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, Ty<'tcx>>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<Ty<'tcx>>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_op_prove_predicate::QueryType<'tcx>

source§

type RestoredValue = Result<&'tcx Canonical<TyCtxt<'tcx>, QueryResponse<'tcx, ()>>, NoSolution>

source§

type Config = DynamicConfig<'tcx, DefaultCache<Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, ProvePredicate<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::type_param_predicates::QueryType<'tcx>

source§

type RestoredValue = EarlyBinder<TyCtxt<'tcx>, &'tcx [(Clause<'tcx>, Span)]>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(LocalDefId, LocalDefId, Ident), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::typeck::QueryType<'tcx>

source§

type RestoredValue = &'tcx TypeckResults<'tcx>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::unsizing_params_for_adt::QueryType<'tcx>

source§

type RestoredValue = &'tcx BitSet<u32>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::unused_generic_params::QueryType<'tcx>

source§

type RestoredValue = UnusedGenericParams

source§

type Config = DynamicConfig<'tcx, DefaultCache<InstanceKind<'tcx>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::upstream_async_drop_glue_for::QueryType<'tcx>

source§

type RestoredValue = Option<CrateNum>

source§

type Config = DynamicConfig<'tcx, DefaultCache<&'tcx RawList<(), GenericArg<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::upstream_drop_glue_for::QueryType<'tcx>

source§

type RestoredValue = Option<CrateNum>

source§

type Config = DynamicConfig<'tcx, DefaultCache<&'tcx RawList<(), GenericArg<'tcx>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::upstream_monomorphizations::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, UnordMap<&'tcx RawList<(), GenericArg<'tcx>>, CrateNum>>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::upstream_monomorphizations_for::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx UnordMap<&'tcx RawList<(), GenericArg<'tcx>>, CrateNum>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::upvars_mentioned::QueryType<'tcx>

source§

type RestoredValue = Option<&'tcx IndexMap<HirId, Upvar, BuildHasherDefault<FxHasher>>>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::used_crate_source::QueryType<'tcx>

source§

type RestoredValue = &'tcx Rc<CrateSource>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::used_crates::QueryType<'tcx>

source§

type RestoredValue = &'tcx [CrateNum]

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::used_trait_imports::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordSet<LocalDefId>

source§

type Config = DynamicConfig<'tcx, VecCache<LocalDefId, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::valtree_to_const_val::QueryType<'tcx>

source§

type RestoredValue = ConstValue<'tcx>

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Ty<'tcx>, ValTree<'tcx>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::variances_of::QueryType<'tcx>

source§

type RestoredValue = &'tcx [Variance]

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::visibility::QueryType<'tcx>

source§

type RestoredValue = Visibility<DefId>

source§

type Config = DynamicConfig<'tcx, DefIdCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::visible_parent_map::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, DefId>

source§

type Config = DynamicConfig<'tcx, SingleCache<Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::vtable_allocation::QueryType<'tcx>

source§

type RestoredValue = AllocId

source§

type Config = DynamicConfig<'tcx, DefaultCache<(Ty<'tcx>, Option<Binder<TyCtxt<'tcx>, ExistentialTraitRef<TyCtxt<'tcx>>>>), Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::vtable_entries::QueryType<'tcx>

source§

type RestoredValue = &'tcx [VtblEntry<'tcx>]

source§

type Config = DynamicConfig<'tcx, DefaultCache<Binder<TyCtxt<'tcx>, TraitRef<TyCtxt<'tcx>>>, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _

source§

impl<'tcx> QueryConfigRestored<'tcx> for rustc_query_impl::query_impl::wasm_import_module_map::QueryType<'tcx>

source§

type RestoredValue = &'tcx UnordMap<DefId, String>

source§

type Config = DynamicConfig<'tcx, VecCache<CrateNum, Erased<impl Copy>>, false, false, false>

source§

const NAME: &'static &'static str = _