Trait rustc_middle::ty::query::QueryEngine [−][src]
pub trait QueryEngine<'tcx>: Sync {
Show 265 methods
fn as_any(&'tcx self) -> &'tcx dyn Any;
fn try_mark_green(&'tcx self, tcx: TyCtxt<'tcx>, dep_node: &DepNode) -> bool;
fn trigger_delay_span_bug(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trigger_delay_span_bug<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trigger_delay_span_bug<'tcx>>;
fn resolutions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolutions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolutions<'tcx>>;
fn source_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: source_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<source_span<'tcx>>;
fn hir_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_crate<'tcx>>;
fn hir_module_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_module_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_module_items<'tcx>>;
fn hir_owner(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner<'tcx>>;
fn hir_owner_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_parent<'tcx>>;
fn hir_owner_nodes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_nodes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_nodes<'tcx>>;
fn hir_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_attrs<'tcx>>;
fn opt_const_param_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_const_param_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_const_param_of<'tcx>>;
fn const_param_default(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_param_default<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_param_default<'tcx>>;
fn default_anon_const_substs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: default_anon_const_substs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<default_anon_const_substs<'tcx>>;
fn type_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_of<'tcx>>;
fn analysis(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: analysis<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<analysis<'tcx>>;
fn generics_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generics_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generics_of<'tcx>>;
fn predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_of<'tcx>>;
fn explicit_item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_item_bounds<'tcx>>;
fn item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_bounds<'tcx>>;
fn native_libraries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_libraries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_libraries<'tcx>>;
fn lint_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lint_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lint_levels<'tcx>>;
fn parent_module_from_def_id(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: parent_module_from_def_id<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<parent_module_from_def_id<'tcx>>;
fn expn_that_defined(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: expn_that_defined<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<expn_that_defined<'tcx>>;
fn is_panic_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_panic_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_panic_runtime<'tcx>>;
fn thir_body(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_body<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_body<'tcx>>;
fn thir_tree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_tree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_tree<'tcx>>;
fn mir_keys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_keys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_keys<'tcx>>;
fn mir_const_qualif(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif<'tcx>>;
fn mir_const_qualif_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif_const_arg<'tcx>>;
fn mir_built(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_built<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_built<'tcx>>;
fn mir_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const<'tcx>>;
fn thir_abstract_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const<'tcx>>;
fn thir_abstract_const_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const_of_const_arg<'tcx>>;
fn try_unify_abstract_consts(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: try_unify_abstract_consts<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<try_unify_abstract_consts<'tcx>>;
fn mir_drops_elaborated_and_const_checked(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_drops_elaborated_and_const_checked<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_drops_elaborated_and_const_checked<'tcx>>;
fn mir_for_ctfe(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe<'tcx>>;
fn mir_for_ctfe_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe_of_const_arg<'tcx>>;
fn mir_promoted(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_promoted<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_promoted<'tcx>>;
fn symbols_for_closure_captures(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbols_for_closure_captures<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbols_for_closure_captures<'tcx>>;
fn optimized_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: optimized_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<optimized_mir<'tcx>>;
fn coverageinfo(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coverageinfo<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coverageinfo<'tcx>>;
fn covered_file_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_file_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_file_name<'tcx>>;
fn covered_code_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_code_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_code_regions<'tcx>>;
fn promoted_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir<'tcx>>;
fn promoted_mir_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir_of_const_arg<'tcx>>;
fn erase_regions_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: erase_regions_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<erase_regions_ty<'tcx>>;
fn wasm_import_module_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: wasm_import_module_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<wasm_import_module_map<'tcx>>;
fn predicates_defined_on(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_defined_on<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_defined_on<'tcx>>;
fn trait_explicit_predicates_and_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_explicit_predicates_and_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_explicit_predicates_and_bounds<'tcx>>;
fn explicit_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_predicates_of<'tcx>>;
fn inferred_outlives_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_of<'tcx>>;
fn super_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_of<'tcx>>;
fn super_predicates_that_define_assoc_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_that_define_assoc_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_that_define_assoc_type<'tcx>>;
fn type_param_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_param_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_param_predicates<'tcx>>;
fn trait_def(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_def<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_def<'tcx>>;
fn adt_def(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_def<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_def<'tcx>>;
fn adt_destructor(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_destructor<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_destructor<'tcx>>;
fn adt_sized_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_sized_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_sized_constraint<'tcx>>;
fn adt_dtorck_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_dtorck_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_dtorck_constraint<'tcx>>;
fn is_const_fn_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_const_fn_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_const_fn_raw<'tcx>>;
fn asyncness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: asyncness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<asyncness<'tcx>>;
fn is_promotable_const_fn(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_promotable_const_fn<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_promotable_const_fn<'tcx>>;
fn is_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_foreign_item<'tcx>>;
fn static_mutability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: static_mutability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<static_mutability<'tcx>>;
fn generator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generator_kind<'tcx>>;
fn crate_variances(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_variances<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_variances<'tcx>>;
fn variances_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: variances_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<variances_of<'tcx>>;
fn inferred_outlives_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_crate<'tcx>>;
fn associated_item_def_ids(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item_def_ids<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item_def_ids<'tcx>>;
fn associated_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item<'tcx>>;
fn associated_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_items<'tcx>>;
fn impl_trait_ref(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_trait_ref<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_trait_ref<'tcx>>;
fn impl_polarity(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_polarity<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_polarity<'tcx>>;
fn issue33140_self_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: issue33140_self_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<issue33140_self_ty<'tcx>>;
fn inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inherent_impls<'tcx>>;
fn unsafety_check_result(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result<'tcx>>;
fn unsafety_check_result_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result_for_const_arg<'tcx>>;
fn thir_check_unsafety(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety<'tcx>>;
fn thir_check_unsafety_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety_for_const_arg<'tcx>>;
fn unsafe_derive_on_repr_packed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafe_derive_on_repr_packed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafe_derive_on_repr_packed<'tcx>>;
fn fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_sig<'tcx>>;
fn lint_mod(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lint_mod<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lint_mod<'tcx>>;
fn check_mod_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_attrs<'tcx>>;
fn check_mod_unstable_api_usage(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_unstable_api_usage<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_unstable_api_usage<'tcx>>;
fn check_mod_const_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_const_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_const_bodies<'tcx>>;
fn check_mod_loops(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_loops<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_loops<'tcx>>;
fn check_mod_naked_functions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_naked_functions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_naked_functions<'tcx>>;
fn check_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_item_types<'tcx>>;
fn check_mod_privacy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_privacy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_privacy<'tcx>>;
fn check_mod_intrinsics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_intrinsics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_intrinsics<'tcx>>;
fn check_mod_liveness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_liveness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_liveness<'tcx>>;
fn check_mod_impl_wf(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_impl_wf<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_impl_wf<'tcx>>;
fn collect_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_mod_item_types<'tcx>>;
fn coerce_unsized_info(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coerce_unsized_info<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coerce_unsized_info<'tcx>>;
fn typeck_item_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_item_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_item_bodies<'tcx>>;
fn typeck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck<'tcx>>;
fn typeck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_const_arg<'tcx>>;
fn diagnostic_only_typeck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_only_typeck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_only_typeck<'tcx>>;
fn used_trait_imports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_trait_imports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_trait_imports<'tcx>>;
fn has_typeck_results(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_typeck_results<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_typeck_results<'tcx>>;
fn coherent_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coherent_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coherent_trait<'tcx>>;
fn mir_borrowck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck<'tcx>>;
fn mir_borrowck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck_const_arg<'tcx>>;
fn crate_inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls<'tcx>>;
fn crate_inherent_impls_overlap_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls_overlap_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls_overlap_check<'tcx>>;
fn mir_callgraph_reachable(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_callgraph_reachable<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_callgraph_reachable<'tcx>>;
fn mir_inliner_callees(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_inliner_callees<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_inliner_callees<'tcx>>;
fn eval_to_allocation_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_allocation_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_allocation_raw<'tcx>>;
fn eval_to_const_value_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_const_value_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_const_value_raw<'tcx>>;
fn const_to_valtree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_to_valtree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_to_valtree<'tcx>>;
fn destructure_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: destructure_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<destructure_const<'tcx>>;
fn deref_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: deref_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<deref_const<'tcx>>;
fn const_caller_location(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_caller_location<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_caller_location<'tcx>>;
fn lit_to_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lit_to_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lit_to_const<'tcx>>;
fn check_match(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_match<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_match<'tcx>>;
fn privacy_access_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: privacy_access_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<privacy_access_levels<'tcx>>;
fn check_private_in_public(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_private_in_public<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_private_in_public<'tcx>>;
fn reachable_set(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_set<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_set<'tcx>>;
fn region_scope_tree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: region_scope_tree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<region_scope_tree<'tcx>>;
fn mir_shims(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_shims<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_shims<'tcx>>;
fn symbol_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_name<'tcx>>;
fn opt_def_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_def_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_def_kind<'tcx>>;
fn def_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: def_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<def_span<'tcx>>;
fn def_ident_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: def_ident_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<def_ident_span<'tcx>>;
fn lookup_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_stability<'tcx>>;
fn lookup_const_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_const_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_const_stability<'tcx>>;
fn should_inherit_track_caller(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: should_inherit_track_caller<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<should_inherit_track_caller<'tcx>>;
fn lookup_deprecation_entry(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_deprecation_entry<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_deprecation_entry<'tcx>>;
fn item_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_attrs<'tcx>>;
fn codegen_fn_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fn_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fn_attrs<'tcx>>;
fn fn_arg_names(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_arg_names<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_arg_names<'tcx>>;
fn rendered_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: rendered_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<rendered_const<'tcx>>;
fn impl_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_parent<'tcx>>;
fn trait_of_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_of_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_of_item<'tcx>>;
fn is_ctfe_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_ctfe_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_ctfe_mir_available<'tcx>>;
fn is_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_mir_available<'tcx>>;
fn own_existential_vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: own_existential_vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<own_existential_vtable_entries<'tcx>>;
fn vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_entries<'tcx>>;
fn vtable_trait_upcasting_coercion_new_vptr_slot(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>>;
fn vtable_allocation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_allocation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_allocation<'tcx>>;
fn codegen_fulfill_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fulfill_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fulfill_obligation<'tcx>>;
fn all_local_trait_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_local_trait_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_local_trait_impls<'tcx>>;
fn trait_impls_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_impls_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_impls_of<'tcx>>;
fn specialization_graph_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specialization_graph_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specialization_graph_of<'tcx>>;
fn object_safety_violations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_safety_violations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_safety_violations<'tcx>>;
fn param_env(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: param_env<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<param_env<'tcx>>;
fn param_env_reveal_all_normalized(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: param_env_reveal_all_normalized<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<param_env_reveal_all_normalized<'tcx>>;
fn is_copy_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_copy_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_copy_raw<'tcx>>;
fn is_sized_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_sized_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_sized_raw<'tcx>>;
fn is_freeze_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_freeze_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_freeze_raw<'tcx>>;
fn is_unpin_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unpin_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unpin_raw<'tcx>>;
fn needs_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: needs_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<needs_drop_raw<'tcx>>;
fn has_significant_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_significant_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_significant_drop_raw<'tcx>>;
fn has_structural_eq_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_structural_eq_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_structural_eq_impls<'tcx>>;
fn adt_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_drop_tys<'tcx>>;
fn adt_significant_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_significant_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_significant_drop_tys<'tcx>>;
fn layout_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: layout_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<layout_of<'tcx>>;
fn fn_abi_of_fn_ptr(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_fn_ptr<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_fn_ptr<'tcx>>;
fn fn_abi_of_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_instance<'tcx>>;
fn dylib_dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dylib_dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dylib_dependency_formats<'tcx>>;
fn dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dependency_formats<'tcx>>;
fn is_compiler_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_compiler_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_compiler_builtins<'tcx>>;
fn has_global_allocator(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_global_allocator<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_global_allocator<'tcx>>;
fn has_panic_handler(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_panic_handler<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_panic_handler<'tcx>>;
fn is_profiler_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_profiler_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_profiler_runtime<'tcx>>;
fn panic_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_strategy<'tcx>>;
fn panic_in_drop_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_in_drop_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_in_drop_strategy<'tcx>>;
fn is_no_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_no_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_no_builtins<'tcx>>;
fn symbol_mangling_version(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_mangling_version<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_mangling_version<'tcx>>;
fn extern_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_crate<'tcx>>;
fn specializes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specializes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specializes<'tcx>>;
fn in_scope_traits_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: in_scope_traits_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<in_scope_traits_map<'tcx>>;
fn module_exports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: module_exports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<module_exports<'tcx>>;
fn impl_defaultness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_defaultness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_defaultness<'tcx>>;
fn impl_constness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_constness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_constness<'tcx>>;
fn check_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_item_well_formed<'tcx>>;
fn check_trait_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_trait_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_trait_item_well_formed<'tcx>>;
fn check_impl_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_impl_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_impl_item_well_formed<'tcx>>;
fn reachable_non_generics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_non_generics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_non_generics<'tcx>>;
fn is_reachable_non_generic(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_reachable_non_generic<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_reachable_non_generic<'tcx>>;
fn is_unreachable_local_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unreachable_local_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unreachable_local_definition<'tcx>>;
fn upstream_monomorphizations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations<'tcx>>;
fn upstream_monomorphizations_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations_for<'tcx>>;
fn upstream_drop_glue_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_drop_glue_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_drop_glue_for<'tcx>>;
fn foreign_modules(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: foreign_modules<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<foreign_modules<'tcx>>;
fn entry_fn(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: entry_fn<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<entry_fn<'tcx>>;
fn proc_macro_decls_static(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: proc_macro_decls_static<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<proc_macro_decls_static<'tcx>>;
fn crate_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_hash<'tcx>>;
fn crate_host_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_host_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_host_hash<'tcx>>;
fn extra_filename(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extra_filename<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extra_filename<'tcx>>;
fn crate_extern_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_extern_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_extern_paths<'tcx>>;
fn implementations_of_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implementations_of_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implementations_of_trait<'tcx>>;
fn all_trait_implementations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_trait_implementations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_trait_implementations<'tcx>>;
fn is_dllimport_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_dllimport_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_dllimport_foreign_item<'tcx>>;
fn is_statically_included_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_statically_included_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_statically_included_foreign_item<'tcx>>;
fn native_library_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_library_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_library_kind<'tcx>>;
fn resolve_lifetimes_trait_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes_trait_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes_trait_definition<'tcx>>;
fn resolve_lifetimes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes<'tcx>>;
fn named_region_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: named_region_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<named_region_map<'tcx>>;
fn is_late_bound_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_late_bound_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_late_bound_map<'tcx>>;
fn object_lifetime_defaults_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_lifetime_defaults_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_lifetime_defaults_map<'tcx>>;
fn late_bound_vars_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: late_bound_vars_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<late_bound_vars_map<'tcx>>;
fn lifetime_scope_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lifetime_scope_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lifetime_scope_map<'tcx>>;
fn visibility(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visibility<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visibility<'tcx>>;
fn type_uninhabited_from(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_uninhabited_from<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_uninhabited_from<'tcx>>;
fn dep_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dep_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dep_kind<'tcx>>;
fn crate_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_name<'tcx>>;
fn item_children(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_children<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_children<'tcx>>;
fn extern_mod_stmt_cnum(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_mod_stmt_cnum<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_mod_stmt_cnum<'tcx>>;
fn get_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lib_features<'tcx>>;
fn defined_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lib_features<'tcx>>;
fn get_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lang_items<'tcx>>;
fn all_diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_diagnostic_items<'tcx>>;
fn defined_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lang_items<'tcx>>;
fn diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_items<'tcx>>;
fn missing_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_lang_items<'tcx>>;
fn visible_parent_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visible_parent_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visible_parent_map<'tcx>>;
fn trimmed_def_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trimmed_def_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trimmed_def_paths<'tcx>>;
fn missing_extern_crate_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_extern_crate_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_extern_crate_item<'tcx>>;
fn used_crate_source(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_crate_source<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_crate_source<'tcx>>;
fn postorder_cnums(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: postorder_cnums<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<postorder_cnums<'tcx>>;
fn is_private_dep(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_private_dep<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_private_dep<'tcx>>;
fn allocator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: allocator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<allocator_kind<'tcx>>;
fn upvars_mentioned(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upvars_mentioned<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upvars_mentioned<'tcx>>;
fn maybe_unused_trait_import(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_trait_import<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_trait_import<'tcx>>;
fn maybe_unused_extern_crates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_extern_crates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_extern_crates<'tcx>>;
fn names_imported_by_glob_use(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: names_imported_by_glob_use<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<names_imported_by_glob_use<'tcx>>;
fn stability_index(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: stability_index<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<stability_index<'tcx>>;
fn crates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crates<'tcx>>;
fn all_traits(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_traits<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_traits<'tcx>>;
fn exported_symbols(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: exported_symbols<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<exported_symbols<'tcx>>;
fn collect_and_partition_mono_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_and_partition_mono_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_and_partition_mono_items<'tcx>>;
fn is_codegened_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_codegened_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_codegened_item<'tcx>>;
fn codegened_and_inlined_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegened_and_inlined_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegened_and_inlined_items<'tcx>>;
fn codegen_unit(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_unit<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_unit<'tcx>>;
fn unused_generic_params(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unused_generic_params<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unused_generic_params<'tcx>>;
fn backend_optimization_level(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: backend_optimization_level<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<backend_optimization_level<'tcx>>;
fn output_filenames(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: output_filenames<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<output_filenames<'tcx>>;
fn normalize_projection_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_projection_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_projection_ty<'tcx>>;
fn normalize_generic_arg_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_generic_arg_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_generic_arg_after_erasing_regions<'tcx>>;
fn normalize_mir_const_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_mir_const_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_mir_const_after_erasing_regions<'tcx>>;
fn implied_outlives_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implied_outlives_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implied_outlives_bounds<'tcx>>;
fn dropck_outlives(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dropck_outlives<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dropck_outlives<'tcx>>;
fn evaluate_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_obligation<'tcx>>;
fn evaluate_goal(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_goal<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_goal<'tcx>>;
fn type_op_ascribe_user_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_ascribe_user_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_ascribe_user_type<'tcx>>;
fn type_op_eq(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_eq<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_eq<'tcx>>;
fn type_op_subtype(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_subtype<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_subtype<'tcx>>;
fn type_op_prove_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_prove_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_prove_predicate<'tcx>>;
fn type_op_normalize_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_ty<'tcx>>;
fn type_op_normalize_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_predicate<'tcx>>;
fn type_op_normalize_poly_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_poly_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_poly_fn_sig<'tcx>>;
fn type_op_normalize_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_fn_sig<'tcx>>;
fn subst_and_check_impossible_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: subst_and_check_impossible_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<subst_and_check_impossible_predicates<'tcx>>;
fn method_autoderef_steps(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: method_autoderef_steps<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<method_autoderef_steps<'tcx>>;
fn supported_target_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: supported_target_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<supported_target_features<'tcx>>;
fn instance_def_size_estimate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: instance_def_size_estimate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<instance_def_size_estimate<'tcx>>;
fn features_query(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: features_query<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<features_query<'tcx>>;
fn resolve_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance<'tcx>>;
fn resolve_instance_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance_of_const_arg<'tcx>>;
fn normalize_opaque_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_opaque_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_opaque_types<'tcx>>;
fn conservative_is_privately_uninhabited(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: conservative_is_privately_uninhabited<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<conservative_is_privately_uninhabited<'tcx>>;
fn limits(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: limits<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<limits<'tcx>>;
fn diagnostic_hir_wf_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_hir_wf_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_hir_wf_check<'tcx>>;
}
Required methods
fn try_mark_green(&'tcx self, tcx: TyCtxt<'tcx>, dep_node: &DepNode) -> bool
fn trigger_delay_span_bug(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trigger_delay_span_bug<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trigger_delay_span_bug<'tcx>>
fn trigger_delay_span_bug(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trigger_delay_span_bug<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trigger_delay_span_bug<'tcx>>
[query description - consider adding a doc-comment!] trigger a delay span bug
fn resolutions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolutions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolutions<'tcx>>
fn resolutions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolutions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolutions<'tcx>>
[query description - consider adding a doc-comment!] get the resolver outputs
fn source_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: source_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<source_span<'tcx>>
fn source_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: source_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<source_span<'tcx>>
Return the span for a definition.
Contrary to def_span
below, this query returns the full absolute span of the definition.
This span is meant for dep-tracking rather than diagnostics. It should not be used outside
of rustc_middle::hir::source_map.
Represents crate as a whole (as distinct from the top-level crate module).
If you call hir_crate
(e.g., indirectly by calling tcx.hir().krate()
),
we will have to assume that any change means that you need to be recompiled.
This is because the hir_crate
query gives you access to all other items.
To avoid this fate, do not call tcx.hir().krate()
; instead,
prefer wrappers like tcx.visit_all_items_in_krate()
.
fn hir_module_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_module_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_module_items<'tcx>>
fn hir_module_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_module_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_module_items<'tcx>>
The items in a module.
This can be conveniently accessed by tcx.hir().visit_item_likes_in_module
.
Avoid calling this query directly.
Gives access to the HIR node for the HIR owner key
.
This can be conveniently accessed by methods on tcx.hir()
.
Avoid calling this query directly.
fn hir_owner_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_parent<'tcx>>
fn hir_owner_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_parent<'tcx>>
Gives access to the HIR node’s parent for the HIR owner key
.
This can be conveniently accessed by methods on tcx.hir()
.
Avoid calling this query directly.
fn hir_owner_nodes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_nodes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_nodes<'tcx>>
fn hir_owner_nodes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: hir_owner_nodes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<hir_owner_nodes<'tcx>>
Gives access to the HIR nodes and bodies inside the HIR owner key
.
This can be conveniently accessed by methods on tcx.hir()
.
Avoid calling this query directly.
Gives access to the HIR attributes inside the HIR owner key
.
This can be conveniently accessed by methods on tcx.hir()
.
Avoid calling this query directly.
fn opt_const_param_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_const_param_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_const_param_of<'tcx>>
fn opt_const_param_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_const_param_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_const_param_of<'tcx>>
Computes the DefId
of the corresponding const parameter in case the key
is a
const argument and returns None
otherwise.
let a = foo::<7>();
// ^ Calling `opt_const_param_of` for this argument,
fn foo<const N: usize>()
// ^ returns this `DefId`.
fn bar() {
// ^ While calling `opt_const_param_of` for other bodies returns `None`.
}
fn const_param_default(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_param_default<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_param_default<'tcx>>
fn const_param_default(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_param_default<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_param_default<'tcx>>
Given the def_id of a const-generic parameter, computes the associated default const
parameter. e.g. fn example<const N: usize=3>
called on N
would return 3
.
fn default_anon_const_substs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: default_anon_const_substs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<default_anon_const_substs<'tcx>>
fn default_anon_const_substs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: default_anon_const_substs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<default_anon_const_substs<'tcx>>
[query description - consider adding a doc-comment!] computing the default generic arguments for tcx.def_path_str(key)
Records the type of every item.
[query description - consider adding a doc-comment!] running analysis passes on this crate
fn generics_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generics_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generics_of<'tcx>>
fn generics_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generics_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generics_of<'tcx>>
Maps from the DefId
of an item (trait/struct/enum/fn) to its
associated generics.
fn predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_of<'tcx>>
fn predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_of<'tcx>>
Maps from the DefId
of an item (trait/struct/enum/fn) to the
predicates (where-clauses) that must be proven true in order
to reference it. This is almost always the “predicates query”
that you want.
predicates_of
builds on predicates_defined_on
– in fact,
it is almost always the same as that query, except for the
case of traits. For traits, predicates_of
contains
an additional Self: Trait<...>
predicate that users don’t
actually write. This reflects the fact that to invoke the
trait (e.g., via Default::default
) you must supply types
that actually implement the trait. (However, this extra
predicate gets in the way of some checks, which are intended
to operate over only the actual where-clauses written by the
user.)
fn explicit_item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_item_bounds<'tcx>>
fn explicit_item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_item_bounds<'tcx>>
Returns the list of bounds that can be used for
SelectionCandidate::ProjectionCandidate(_)
and
ProjectionTyCandidate::TraitDef
.
Specifically this is the bounds written on the trait’s type
definition, or those after the impl
keyword
type X: Bound + 'lt
// ^^^^^^^^^^^
impl Debug + Display
// ^^^^^^^^^^^^^^^
key
is the DefId
of the associated type or opaque type.
Bounds from the parent (e.g. with nested impl trait) are not included.
fn item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_bounds<'tcx>>
fn item_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_bounds<'tcx>>
Elaborated version of the predicates from explicit_item_bounds
.
For example:
trait MyTrait {
type MyAType: Eq + ?Sized;
}
explicit_item_bounds
returns [<Self as MyTrait>::MyAType: Eq]
,
and item_bounds
returns
[
<Self as Trait>::MyAType: Eq,
<Self as Trait>::MyAType: PartialEq<<Self as Trait>::MyAType>
]
Bounds from the parent (e.g. with nested impl trait) are not included.
fn native_libraries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_libraries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_libraries<'tcx>>
fn native_libraries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_libraries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_libraries<'tcx>>
[query description - consider adding a doc-comment!] looking up the native libraries of a linked crate
fn lint_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lint_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lint_levels<'tcx>>
fn lint_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lint_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lint_levels<'tcx>>
[query description - consider adding a doc-comment!] computing the lint levels for items in this crate
fn parent_module_from_def_id(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: parent_module_from_def_id<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<parent_module_from_def_id<'tcx>>
fn parent_module_from_def_id(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: parent_module_from_def_id<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<parent_module_from_def_id<'tcx>>
[query description - consider adding a doc-comment!] parent module of tcx.def_path_str(key.to_def_id())
fn expn_that_defined(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: expn_that_defined<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<expn_that_defined<'tcx>>
fn expn_that_defined(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: expn_that_defined<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<expn_that_defined<'tcx>>
[query description - consider adding a doc-comment!] expansion that defined tcx.def_path_str(key)
fn is_panic_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_panic_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_panic_runtime<'tcx>>
fn is_panic_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_panic_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_panic_runtime<'tcx>>
[query description - consider adding a doc-comment!] checking if the crate is_panic_runtime
Fetch the THIR for a given body. If typeck for that body failed, returns an empty Thir
.
Create a THIR tree for debugging.
Set of all the DefId
s in this crate that have MIR associated with
them. This includes all the body owners, but also things like struct
constructors.
fn mir_const_qualif(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif<'tcx>>
fn mir_const_qualif(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif<'tcx>>
Maps DefId’s that have an associated mir::Body
to the result
of the MIR const-checking pass. This is the set of qualifs in
the final value of a const
.
fn mir_const_qualif_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif_const_arg<'tcx>>
fn mir_const_qualif_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_const_qualif_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_const_qualif_const_arg<'tcx>>
[query description - consider adding a doc-comment!] const checking the const argument tcx.def_path_str(key.0.to_def_id())
Fetch the MIR for a given DefId
right after it’s built - this includes
unreachable code.
Fetch the MIR for a given DefId
up till the point where it is
ready for const qualification.
See the README for the mir
module for details.
fn thir_abstract_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const<'tcx>>
fn thir_abstract_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const<'tcx>>
Try to build an abstract representation of the given constant.
fn thir_abstract_const_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const_of_const_arg<'tcx>>
fn thir_abstract_const_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_abstract_const_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_abstract_const_of_const_arg<'tcx>>
Try to build an abstract representation of the given constant.
fn try_unify_abstract_consts(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: try_unify_abstract_consts<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<try_unify_abstract_consts<'tcx>>
fn try_unify_abstract_consts(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: try_unify_abstract_consts<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<try_unify_abstract_consts<'tcx>>
[query description - consider adding a doc-comment!] trying to unify the generic constants tcx.def_path_str(key.0.def.did)
and tcx.def_path_str(key.1.def.did)
fn mir_drops_elaborated_and_const_checked(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_drops_elaborated_and_const_checked<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_drops_elaborated_and_const_checked<'tcx>>
fn mir_drops_elaborated_and_const_checked(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_drops_elaborated_and_const_checked<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_drops_elaborated_and_const_checked<'tcx>>
[query description - consider adding a doc-comment!] elaborating drops for tcx.def_path_str(key.did.to_def_id())
fn mir_for_ctfe(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe<'tcx>>
fn mir_for_ctfe(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe<'tcx>>
[query description - consider adding a doc-comment!] caching mir of tcx.def_path_str(key)
for CTFE
fn mir_for_ctfe_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe_of_const_arg<'tcx>>
fn mir_for_ctfe_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_for_ctfe_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_for_ctfe_of_const_arg<'tcx>>
[query description - consider adding a doc-comment!] MIR for CTFE of the const argument tcx.def_path_str(key.0.to_def_id())
fn mir_promoted(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_promoted<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_promoted<'tcx>>
fn mir_promoted(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_promoted<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_promoted<'tcx>>
[query description - consider adding a doc-comment!] processing if key.const_param_did.is_some() { "the const argument " } else { "" }
tcx.def_path_str(key.did.to_def_id())
fn symbols_for_closure_captures(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbols_for_closure_captures<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbols_for_closure_captures<'tcx>>
fn symbols_for_closure_captures(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbols_for_closure_captures<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbols_for_closure_captures<'tcx>>
[query description - consider adding a doc-comment!] symbols for captures of closure tcx.def_path_str(key.1)
in tcx.def_path_str(key.0.to_def_id())
fn optimized_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: optimized_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<optimized_mir<'tcx>>
fn optimized_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: optimized_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<optimized_mir<'tcx>>
MIR after our optimization passes have run. This is MIR that is ready for codegen. This is also the only query that can fetch non-local MIR, at present.
fn coverageinfo(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coverageinfo<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coverageinfo<'tcx>>
fn coverageinfo(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coverageinfo<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coverageinfo<'tcx>>
Returns coverage summary info for a function, after executing the InstrumentCoverage
MIR pass (assuming the -Zinstrument-coverage option is enabled).
fn covered_file_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_file_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_file_name<'tcx>>
fn covered_file_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_file_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_file_name<'tcx>>
Returns the name of the file that contains the function body, if instrumented for coverage.
fn covered_code_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_code_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_code_regions<'tcx>>
fn covered_code_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: covered_code_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<covered_code_regions<'tcx>>
Returns the CodeRegions
for a function that has instrumented coverage, in case the
function was optimized out before codegen, and before being added to the Coverage Map.
fn promoted_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir<'tcx>>
fn promoted_mir(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir<'tcx>>
The DefId
is the DefId
of the containing MIR body. Promoteds do not have their own
DefId
. This function returns all promoteds in the specified body. The body references
promoteds by the DefId
and the mir::Promoted
index. This is necessary, because
after inlining a body may refer to promoteds from other bodies. In that case you still
need to use the DefId
of the original body.
fn promoted_mir_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir_of_const_arg<'tcx>>
fn promoted_mir_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: promoted_mir_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<promoted_mir_of_const_arg<'tcx>>
[query description - consider adding a doc-comment!] optimizing promoted MIR for the const argument tcx.def_path_str(key.0.to_def_id())
fn erase_regions_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: erase_regions_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<erase_regions_ty<'tcx>>
fn erase_regions_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: erase_regions_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<erase_regions_ty<'tcx>>
Erases regions from ty
to yield a new type.
Normally you would just use tcx.erase_regions(value)
,
however, which uses this query as a kind of cache.
fn wasm_import_module_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: wasm_import_module_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<wasm_import_module_map<'tcx>>
fn wasm_import_module_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: wasm_import_module_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<wasm_import_module_map<'tcx>>
[query description - consider adding a doc-comment!] wasm import module map
fn predicates_defined_on(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_defined_on<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_defined_on<'tcx>>
fn predicates_defined_on(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: predicates_defined_on<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<predicates_defined_on<'tcx>>
Maps from the DefId
of an item (trait/struct/enum/fn) to the
predicates (where-clauses) directly defined on it. This is
equal to the explicit_predicates_of
predicates plus the
inferred_outlives_of
predicates.
fn trait_explicit_predicates_and_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_explicit_predicates_and_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_explicit_predicates_and_bounds<'tcx>>
fn trait_explicit_predicates_and_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_explicit_predicates_and_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_explicit_predicates_and_bounds<'tcx>>
Returns everything that looks like a predicate written explicitly by the user on a trait item.
Traits are unusual, because predicates on associated types are converted into bounds on that type for backwards compatibility:
trait X where Self::U: Copy { type U; }
becomes
trait X { type U: Copy; }
explicit_predicates_of
and explicit_item_bounds
will then take
the appropriate subsets of the predicates here.
fn explicit_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_predicates_of<'tcx>>
fn explicit_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: explicit_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<explicit_predicates_of<'tcx>>
Returns the predicates written explicitly by the user.
fn inferred_outlives_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_of<'tcx>>
fn inferred_outlives_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_of<'tcx>>
Returns the inferred outlives predicates (e.g., for struct Foo<'a, T> { x: &'a T }
, this would return T: 'a
).
fn super_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_of<'tcx>>
fn super_predicates_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_of<'tcx>>
Maps from the DefId
of a trait to the list of
super-predicates. This is a subset of the full list of
predicates. We store these in a separate map because we must
evaluate them even during type conversion, often before the
full predicates are available (note that supertraits have
additional acyclicity requirements).
fn super_predicates_that_define_assoc_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_that_define_assoc_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_that_define_assoc_type<'tcx>>
fn super_predicates_that_define_assoc_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: super_predicates_that_define_assoc_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<super_predicates_that_define_assoc_type<'tcx>>
The Option<Ident>
is the name of an associated type. If it is None
, then this query
returns the full set of predicates. If Some<Ident>
, then the query returns only the
subset of super-predicates that reference traits that define the given associated type.
This is used to avoid cycles in resolving types like T::Item
.
fn type_param_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_param_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_param_predicates<'tcx>>
fn type_param_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_param_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_param_predicates<'tcx>>
To avoid cycles within the predicates of a single item we compute
per-type-parameter predicates for resolving T::AssocTy
.
[query description - consider adding a doc-comment!] computing trait definition for tcx.def_path_str(key)
[query description - consider adding a doc-comment!] computing ADT definition for tcx.def_path_str(key)
fn adt_destructor(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_destructor<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_destructor<'tcx>>
fn adt_destructor(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_destructor<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_destructor<'tcx>>
[query description - consider adding a doc-comment!] computing Drop
impl for tcx.def_path_str(key)
fn adt_sized_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_sized_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_sized_constraint<'tcx>>
fn adt_sized_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_sized_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_sized_constraint<'tcx>>
[query description - consider adding a doc-comment!] computing Sized
constraints for tcx.def_path_str(key)
fn adt_dtorck_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_dtorck_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_dtorck_constraint<'tcx>>
fn adt_dtorck_constraint(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_dtorck_constraint<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_dtorck_constraint<'tcx>>
[query description - consider adding a doc-comment!] computing drop-check constraints for tcx.def_path_str(key)
fn is_const_fn_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_const_fn_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_const_fn_raw<'tcx>>
fn is_const_fn_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_const_fn_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_const_fn_raw<'tcx>>
Returns true
if this is a const fn, use the is_const_fn
to know whether your crate
actually sees it as const fn (e.g., the const-fn-ness might be unstable and you might
not have the feature gate active).
Do not call this function manually. It is only meant to cache the base data for the
is_const_fn
function.
[query description - consider adding a doc-comment!] checking if the function is async: tcx.def_path_str(key)
fn is_promotable_const_fn(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_promotable_const_fn<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_promotable_const_fn<'tcx>>
fn is_promotable_const_fn(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_promotable_const_fn<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_promotable_const_fn<'tcx>>
Returns true
if calls to the function may be promoted.
This is either because the function is e.g., a tuple-struct or tuple-variant
constructor, or because it has the #[rustc_promotable]
attribute. The attribute should
be removed in the future in favour of some form of check which figures out whether the
function does not inspect the bits of any of its arguments (so is essentially just a
constructor function).
fn is_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_foreign_item<'tcx>>
fn is_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_foreign_item<'tcx>>
Returns true
if this is a foreign item (i.e., linked via extern { ... }
).
fn static_mutability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: static_mutability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<static_mutability<'tcx>>
fn static_mutability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: static_mutability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<static_mutability<'tcx>>
Returns Some(mutability)
if the node pointed to by def_id
is a static item.
fn generator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generator_kind<'tcx>>
fn generator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: generator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<generator_kind<'tcx>>
Returns Some(generator_kind)
if the node pointed to by def_id
is a generator.
fn crate_variances(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_variances<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_variances<'tcx>>
fn crate_variances(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_variances<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_variances<'tcx>>
Gets a map with the variance of every item; use item_variance
instead.
fn variances_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: variances_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<variances_of<'tcx>>
fn variances_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: variances_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<variances_of<'tcx>>
Maps from the DefId
of a type or region parameter to its (inferred) variance.
fn inferred_outlives_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_crate<'tcx>>
fn inferred_outlives_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inferred_outlives_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inferred_outlives_crate<'tcx>>
Maps from thee DefId
of a type to its (inferred) outlives.
fn associated_item_def_ids(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item_def_ids<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item_def_ids<'tcx>>
fn associated_item_def_ids(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item_def_ids<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item_def_ids<'tcx>>
Maps from an impl/trait DefId
to a list of the DefId
s of its items.
fn associated_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item<'tcx>>
fn associated_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_item<'tcx>>
Maps from a trait item to the trait item “descriptor”.
fn associated_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_items<'tcx>>
fn associated_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: associated_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<associated_items<'tcx>>
Collects the associated items defined on a trait or impl.
fn impl_trait_ref(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_trait_ref<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_trait_ref<'tcx>>
fn impl_trait_ref(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_trait_ref<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_trait_ref<'tcx>>
Given an impl_id
, return the trait it implements.
Return None
if this is an inherent impl.
fn impl_polarity(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_polarity<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_polarity<'tcx>>
fn impl_polarity(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_polarity<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_polarity<'tcx>>
[query description - consider adding a doc-comment!] computing implementation polarity of tcx.def_path_str(impl_id)
fn issue33140_self_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: issue33140_self_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<issue33140_self_ty<'tcx>>
fn issue33140_self_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: issue33140_self_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<issue33140_self_ty<'tcx>>
[query description - consider adding a doc-comment!] computing Self type wrt issue #33140 tcx.def_path_str(key)
fn inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inherent_impls<'tcx>>
fn inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<inherent_impls<'tcx>>
Maps a DefId
of a type to a list of its inherent impls.
Contains implementations of methods that are inherent to a type.
Methods in these implementations don’t need to be exported.
fn unsafety_check_result(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result<'tcx>>
fn unsafety_check_result(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result<'tcx>>
The result of unsafety-checking this LocalDefId
.
fn unsafety_check_result_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result_for_const_arg<'tcx>>
fn unsafety_check_result_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafety_check_result_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafety_check_result_for_const_arg<'tcx>>
[query description - consider adding a doc-comment!] unsafety-checking the const argument tcx.def_path_str(key.0.to_def_id())
fn thir_check_unsafety(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety<'tcx>>
fn thir_check_unsafety(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety<'tcx>>
Unsafety-check this LocalDefId
with THIR unsafeck. This should be
used with -Zthir-unsafeck
.
fn thir_check_unsafety_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety_for_const_arg<'tcx>>
fn thir_check_unsafety_for_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: thir_check_unsafety_for_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<thir_check_unsafety_for_const_arg<'tcx>>
[query description - consider adding a doc-comment!] unsafety-checking the const argument tcx.def_path_str(key.0.to_def_id())
fn unsafe_derive_on_repr_packed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafe_derive_on_repr_packed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafe_derive_on_repr_packed<'tcx>>
fn unsafe_derive_on_repr_packed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unsafe_derive_on_repr_packed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unsafe_derive_on_repr_packed<'tcx>>
HACK: when evaluated, this reports an “unsafe derive on repr(packed)” error.
Unsafety checking is executed for each method separately, but we only want to emit this error once per derive. As there are some impls with multiple methods, we use a query for deduplication.
The signature of functions.
[query description - consider adding a doc-comment!] linting describe_as_module(key, tcx)
fn check_mod_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_attrs<'tcx>>
fn check_mod_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_attrs<'tcx>>
Checks the attributes in the module.
fn check_mod_unstable_api_usage(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_unstable_api_usage<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_unstable_api_usage<'tcx>>
fn check_mod_unstable_api_usage(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_unstable_api_usage<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_unstable_api_usage<'tcx>>
[query description - consider adding a doc-comment!] checking for unstable API usage in describe_as_module(key, tcx)
fn check_mod_const_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_const_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_const_bodies<'tcx>>
fn check_mod_const_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_const_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_const_bodies<'tcx>>
Checks the const bodies in the module for illegal operations (e.g. if
or loop
).
fn check_mod_loops(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_loops<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_loops<'tcx>>
fn check_mod_loops(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_loops<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_loops<'tcx>>
Checks the loops in the module.
fn check_mod_naked_functions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_naked_functions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_naked_functions<'tcx>>
fn check_mod_naked_functions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_naked_functions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_naked_functions<'tcx>>
[query description - consider adding a doc-comment!] checking naked functions in describe_as_module(key, tcx)
fn check_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_item_types<'tcx>>
fn check_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_item_types<'tcx>>
[query description - consider adding a doc-comment!] checking item types in describe_as_module(key, tcx)
fn check_mod_privacy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_privacy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_privacy<'tcx>>
fn check_mod_privacy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_privacy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_privacy<'tcx>>
[query description - consider adding a doc-comment!] checking privacy in describe_as_module(key, tcx)
fn check_mod_intrinsics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_intrinsics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_intrinsics<'tcx>>
fn check_mod_intrinsics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_intrinsics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_intrinsics<'tcx>>
[query description - consider adding a doc-comment!] checking intrinsics in describe_as_module(key, tcx)
fn check_mod_liveness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_liveness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_liveness<'tcx>>
fn check_mod_liveness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_liveness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_liveness<'tcx>>
[query description - consider adding a doc-comment!] checking liveness of variables in describe_as_module(key, tcx)
fn check_mod_impl_wf(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_impl_wf<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_impl_wf<'tcx>>
fn check_mod_impl_wf(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_mod_impl_wf<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_mod_impl_wf<'tcx>>
[query description - consider adding a doc-comment!] checking that impls are well-formed in describe_as_module(key, tcx)
fn collect_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_mod_item_types<'tcx>>
fn collect_mod_item_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_mod_item_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_mod_item_types<'tcx>>
[query description - consider adding a doc-comment!] collecting item types in describe_as_module(key, tcx)
fn coerce_unsized_info(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coerce_unsized_info<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coerce_unsized_info<'tcx>>
fn coerce_unsized_info(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coerce_unsized_info<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coerce_unsized_info<'tcx>>
Caches CoerceUnsized
kinds for impls on custom types.
fn typeck_item_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_item_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_item_bodies<'tcx>>
fn typeck_item_bodies(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_item_bodies<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_item_bodies<'tcx>>
[query description - consider adding a doc-comment!] type-checking all item bodies
[query description - consider adding a doc-comment!] type-checking tcx.def_path_str(key.to_def_id())
fn typeck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_const_arg<'tcx>>
fn typeck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: typeck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<typeck_const_arg<'tcx>>
[query description - consider adding a doc-comment!] type-checking the const argument tcx.def_path_str(key.0.to_def_id())
fn diagnostic_only_typeck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_only_typeck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_only_typeck<'tcx>>
fn diagnostic_only_typeck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_only_typeck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_only_typeck<'tcx>>
[query description - consider adding a doc-comment!] type-checking tcx.def_path_str(key.to_def_id())
fn used_trait_imports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_trait_imports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_trait_imports<'tcx>>
fn used_trait_imports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_trait_imports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_trait_imports<'tcx>>
[query description - consider adding a doc-comment!] used_trait_imports tcx.def_path_str(key.to_def_id())
fn has_typeck_results(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_typeck_results<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_typeck_results<'tcx>>
fn has_typeck_results(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_typeck_results<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_typeck_results<'tcx>>
[query description - consider adding a doc-comment!] checking whether tcx.def_path_str(def_id)
has a body
fn coherent_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coherent_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coherent_trait<'tcx>>
fn coherent_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: coherent_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<coherent_trait<'tcx>>
[query description - consider adding a doc-comment!] coherence checking all impls of trait tcx.def_path_str(def_id)
fn mir_borrowck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck<'tcx>>
fn mir_borrowck(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck<'tcx>>
Borrow-checks the function body. If this is a closure, returns additional requirements that the closure’s creator must verify.
fn mir_borrowck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck_const_arg<'tcx>>
fn mir_borrowck_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_borrowck_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_borrowck_const_arg<'tcx>>
[query description - consider adding a doc-comment!] borrow-checking the const argument tcx.def_path_str(key.0.to_def_id())
fn crate_inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls<'tcx>>
fn crate_inherent_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls<'tcx>>
Gets a complete map from all types to their inherent impls. Not meant to be used directly outside of coherence.
fn crate_inherent_impls_overlap_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls_overlap_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls_overlap_check<'tcx>>
fn crate_inherent_impls_overlap_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_inherent_impls_overlap_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_inherent_impls_overlap_check<'tcx>>
Checks all types in the crate for overlap in their inherent impls. Reports errors. Not meant to be used directly outside of coherence.
fn mir_callgraph_reachable(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_callgraph_reachable<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_callgraph_reachable<'tcx>>
fn mir_callgraph_reachable(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_callgraph_reachable<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_callgraph_reachable<'tcx>>
Check whether the function has any recursion that could cause the inliner to trigger a cycle. Returns the call stack causing the cycle. The call stack does not contain the current function, just all intermediate functions.
fn mir_inliner_callees(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_inliner_callees<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_inliner_callees<'tcx>>
fn mir_inliner_callees(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: mir_inliner_callees<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<mir_inliner_callees<'tcx>>
Obtain all the calls into other local functions
fn eval_to_allocation_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_allocation_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_allocation_raw<'tcx>>
fn eval_to_allocation_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_allocation_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_allocation_raw<'tcx>>
Evaluates a constant and returns the computed allocation.
Do not use this directly, use the tcx.eval_static_initializer
wrapper.
fn eval_to_const_value_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_const_value_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_const_value_raw<'tcx>>
fn eval_to_const_value_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: eval_to_const_value_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<eval_to_const_value_raw<'tcx>>
Evaluates const items or anonymous constants (such as enum variant explicit discriminants or array lengths) into a representation suitable for the type system and const generics.
Do not use this directly, use one of the following wrappers: tcx.const_eval_poly
,
tcx.const_eval_resolve
, tcx.const_eval_instance
, or tcx.const_eval_global_id
.
fn const_to_valtree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_to_valtree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_to_valtree<'tcx>>
fn const_to_valtree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_to_valtree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_to_valtree<'tcx>>
Convert an evaluated constant to a type level constant or
return None
if that is not possible.
fn destructure_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: destructure_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<destructure_const<'tcx>>
fn destructure_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: destructure_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<destructure_const<'tcx>>
Destructure a constant ADT or array into its variant index and its field values.
fn deref_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: deref_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<deref_const<'tcx>>
fn deref_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: deref_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<deref_const<'tcx>>
Dereference a constant reference or raw pointer and turn the result into a constant again.
fn const_caller_location(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_caller_location<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_caller_location<'tcx>>
fn const_caller_location(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: const_caller_location<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<const_caller_location<'tcx>>
[query description - consider adding a doc-comment!] get a &core::panic::Location referring to a span
fn lit_to_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lit_to_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lit_to_const<'tcx>>
fn lit_to_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lit_to_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lit_to_const<'tcx>>
[query description - consider adding a doc-comment!] converting literal to const
fn check_match(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_match<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_match<'tcx>>
fn check_match(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_match<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_match<'tcx>>
[query description - consider adding a doc-comment!] match-checking tcx.def_path_str(key)
fn privacy_access_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: privacy_access_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<privacy_access_levels<'tcx>>
fn privacy_access_levels(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: privacy_access_levels<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<privacy_access_levels<'tcx>>
Performs part of the privacy check and computes “access levels”.
fn check_private_in_public(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_private_in_public<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_private_in_public<'tcx>>
fn check_private_in_public(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_private_in_public<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_private_in_public<'tcx>>
[query description - consider adding a doc-comment!] checking for private elements in public interfaces
fn reachable_set(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_set<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_set<'tcx>>
fn reachable_set(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_set<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_set<'tcx>>
[query description - consider adding a doc-comment!] reachability
fn region_scope_tree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: region_scope_tree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<region_scope_tree<'tcx>>
fn region_scope_tree(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: region_scope_tree<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<region_scope_tree<'tcx>>
Per-body region::ScopeTree
. The DefId
should be the owner DefId
for the body;
in the case of closures, this will be redirected to the enclosing function.
[query description - consider adding a doc-comment!] generating MIR shim for tcx.def_path_str(key.def_id())
fn symbol_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_name<'tcx>>
fn symbol_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_name<'tcx>>
The symbol_name
query provides the symbol name for calling a
given instance from the local crate. In particular, it will also
look up the correct symbol name of instances from upstream crates.
fn opt_def_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_def_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_def_kind<'tcx>>
fn opt_def_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: opt_def_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<opt_def_kind<'tcx>>
[query description - consider adding a doc-comment!] looking up definition kind of tcx.def_path_str(def_id)
[query description - consider adding a doc-comment!] looking up span for tcx.def_path_str(def_id)
fn def_ident_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: def_ident_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<def_ident_span<'tcx>>
fn def_ident_span(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: def_ident_span<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<def_ident_span<'tcx>>
[query description - consider adding a doc-comment!] looking up span for tcx.def_path_str(def_id)
’s identifier
fn lookup_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_stability<'tcx>>
fn lookup_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_stability<'tcx>>
[query description - consider adding a doc-comment!] looking up stability of tcx.def_path_str(def_id)
fn lookup_const_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_const_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_const_stability<'tcx>>
fn lookup_const_stability(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_const_stability<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_const_stability<'tcx>>
[query description - consider adding a doc-comment!] looking up const stability of tcx.def_path_str(def_id)
fn should_inherit_track_caller(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: should_inherit_track_caller<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<should_inherit_track_caller<'tcx>>
fn should_inherit_track_caller(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: should_inherit_track_caller<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<should_inherit_track_caller<'tcx>>
[query description - consider adding a doc-comment!] computing should_inherit_track_caller of tcx.def_path_str(def_id)
fn lookup_deprecation_entry(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_deprecation_entry<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_deprecation_entry<'tcx>>
fn lookup_deprecation_entry(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lookup_deprecation_entry<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lookup_deprecation_entry<'tcx>>
[query description - consider adding a doc-comment!] checking whether tcx.def_path_str(def_id)
is deprecated
fn item_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_attrs<'tcx>>
fn item_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_attrs<'tcx>>
[query description - consider adding a doc-comment!] collecting attributes of tcx.def_path_str(def_id)
fn codegen_fn_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fn_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fn_attrs<'tcx>>
fn codegen_fn_attrs(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fn_attrs<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fn_attrs<'tcx>>
[query description - consider adding a doc-comment!] computing codegen attributes of tcx.def_path_str(def_id)
fn fn_arg_names(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_arg_names<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_arg_names<'tcx>>
fn fn_arg_names(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_arg_names<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_arg_names<'tcx>>
[query description - consider adding a doc-comment!] looking up function parameter names for tcx.def_path_str(def_id)
fn rendered_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: rendered_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<rendered_const<'tcx>>
fn rendered_const(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: rendered_const<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<rendered_const<'tcx>>
Gets the rendered value of the specified constant or associated constant. Used by rustdoc.
fn impl_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_parent<'tcx>>
fn impl_parent(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_parent<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_parent<'tcx>>
[query description - consider adding a doc-comment!] computing specialization parent impl of tcx.def_path_str(def_id)
fn trait_of_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_of_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_of_item<'tcx>>
fn trait_of_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_of_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_of_item<'tcx>>
Given an associated_item
, find the trait it belongs to.
Return None
if the DefId
is not an associated item.
fn is_ctfe_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_ctfe_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_ctfe_mir_available<'tcx>>
fn is_ctfe_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_ctfe_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_ctfe_mir_available<'tcx>>
[query description - consider adding a doc-comment!] checking if item has ctfe mir available: tcx.def_path_str(key)
fn is_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_mir_available<'tcx>>
fn is_mir_available(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_mir_available<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_mir_available<'tcx>>
[query description - consider adding a doc-comment!] checking if item has mir available: tcx.def_path_str(key)
fn own_existential_vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: own_existential_vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<own_existential_vtable_entries<'tcx>>
fn own_existential_vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: own_existential_vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<own_existential_vtable_entries<'tcx>>
[query description - consider adding a doc-comment!] finding all existential vtable entries for trait tcx.def_path_str(key.def_id())
fn vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_entries<'tcx>>
fn vtable_entries(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_entries<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_entries<'tcx>>
[query description - consider adding a doc-comment!] finding all vtable entries for trait tcx.def_path_str(key.def_id())
fn vtable_trait_upcasting_coercion_new_vptr_slot(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>>
fn vtable_trait_upcasting_coercion_new_vptr_slot(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>>
[query description - consider adding a doc-comment!] finding the slot within vtable for trait object key.1
vtable ptr during trait upcasting coercion from key.0
vtable
fn vtable_allocation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_allocation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_allocation<'tcx>>
fn vtable_allocation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: vtable_allocation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<vtable_allocation<'tcx>>
[query description - consider adding a doc-comment!] vtable const allocation for < key.0
as key.1.map(| trait_ref | format! ("{}", trait_ref)).unwrap_or("_".to_owned())
>
fn codegen_fulfill_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fulfill_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fulfill_obligation<'tcx>>
fn codegen_fulfill_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_fulfill_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_fulfill_obligation<'tcx>>
[query description - consider adding a doc-comment!] checking if tcx.def_path_str(key.1.def_id())
fulfills its obligations
fn all_local_trait_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_local_trait_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_local_trait_impls<'tcx>>
fn all_local_trait_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_local_trait_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_local_trait_impls<'tcx>>
Return all impl
blocks in the current crate.
To allow caching this between crates, you must pass in LOCAL_CRATE
as the crate number.
Passing in any other crate will cause an ICE.
fn trait_impls_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_impls_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_impls_of<'tcx>>
fn trait_impls_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trait_impls_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trait_impls_of<'tcx>>
Given a trait trait_id
, return all known impl
blocks.
fn specialization_graph_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specialization_graph_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specialization_graph_of<'tcx>>
fn specialization_graph_of(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specialization_graph_of<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specialization_graph_of<'tcx>>
[query description - consider adding a doc-comment!] building specialization graph of trait tcx.def_path_str(trait_id)
fn object_safety_violations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_safety_violations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_safety_violations<'tcx>>
fn object_safety_violations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_safety_violations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_safety_violations<'tcx>>
[query description - consider adding a doc-comment!] determine object safety of trait tcx.def_path_str(trait_id)
Gets the ParameterEnvironment for a given item; this environment
will be in “user-facing” mode, meaning that it is suitable for
type-checking etc, and it does not normalize specializable
associated types. This is almost always what you want,
unless you are doing MIR optimizations, in which case you
might want to use reveal_all()
method to change modes.
fn param_env_reveal_all_normalized(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: param_env_reveal_all_normalized<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<param_env_reveal_all_normalized<'tcx>>
fn param_env_reveal_all_normalized(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: param_env_reveal_all_normalized<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<param_env_reveal_all_normalized<'tcx>>
Like param_env
, but returns the ParamEnv
in Reveal::All
mode.
Prefer this over tcx.param_env(def_id).with_reveal_all_normalized(tcx)
,
as this method is more efficient.
fn is_copy_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_copy_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_copy_raw<'tcx>>
fn is_copy_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_copy_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_copy_raw<'tcx>>
Trait selection queries. These are best used by invoking ty.is_copy_modulo_regions()
,
ty.is_copy()
, etc, since that will prune the environment where possible.
fn is_sized_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_sized_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_sized_raw<'tcx>>
fn is_sized_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_sized_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_sized_raw<'tcx>>
Query backing TyS::is_sized
.
fn is_freeze_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_freeze_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_freeze_raw<'tcx>>
fn is_freeze_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_freeze_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_freeze_raw<'tcx>>
Query backing TyS::is_freeze
.
fn is_unpin_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unpin_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unpin_raw<'tcx>>
fn is_unpin_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unpin_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unpin_raw<'tcx>>
Query backing TyS::is_unpin
.
fn needs_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: needs_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<needs_drop_raw<'tcx>>
fn needs_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: needs_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<needs_drop_raw<'tcx>>
Query backing TyS::needs_drop
.
fn has_significant_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_significant_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_significant_drop_raw<'tcx>>
fn has_significant_drop_raw(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_significant_drop_raw<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_significant_drop_raw<'tcx>>
Query backing TyS::has_significant_drop_raw
.
fn has_structural_eq_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_structural_eq_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_structural_eq_impls<'tcx>>
fn has_structural_eq_impls(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_structural_eq_impls<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_structural_eq_impls<'tcx>>
Query backing TyS::is_structural_eq_shallow
.
This is only correct for ADTs. Call is_structural_eq_shallow
to handle all types
correctly.
fn adt_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_drop_tys<'tcx>>
fn adt_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_drop_tys<'tcx>>
A list of types where the ADT requires drop if and only if any of
those types require drop. If the ADT is known to always need drop
then Err(AlwaysRequiresDrop)
is returned.
fn adt_significant_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_significant_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_significant_drop_tys<'tcx>>
fn adt_significant_drop_tys(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: adt_significant_drop_tys<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<adt_significant_drop_tys<'tcx>>
A list of types where the ADT requires drop if and only if any of those types
has significant drop. A type marked with the attribute rustc_insignificant_dtor
is considered to not be significant. A drop is significant if it is implemented
by the user or does anything that will have any observable behavior (other than
freeing up memory). If the ADT is known to have a significant destructor then
Err(AlwaysRequiresDrop)
is returned.
Computes the layout of a type. Note that this implicitly executes in “reveal all” mode, and will normalize the input type.
fn fn_abi_of_fn_ptr(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_fn_ptr<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_fn_ptr<'tcx>>
fn fn_abi_of_fn_ptr(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_fn_ptr<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_fn_ptr<'tcx>>
Compute a FnAbi
suitable for indirect calls, i.e. to fn
pointers.
NB: this doesn’t handle virtual calls - those should use fn_abi_of_instance
instead, where the instance is an InstanceDef::Virtual
.
fn fn_abi_of_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_instance<'tcx>>
fn fn_abi_of_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: fn_abi_of_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<fn_abi_of_instance<'tcx>>
Compute a FnAbi
suitable for declaring/defining an fn
instance, and for
direct calls to an fn
.
NB: that includes virtual calls, which are represented by “direct calls”
to an InstanceDef::Virtual
instance (of <dyn Trait as Trait>::fn
).
fn dylib_dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dylib_dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dylib_dependency_formats<'tcx>>
fn dylib_dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dylib_dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dylib_dependency_formats<'tcx>>
[query description - consider adding a doc-comment!] dylib dependency formats of crate
fn dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dependency_formats<'tcx>>
fn dependency_formats(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dependency_formats<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dependency_formats<'tcx>>
[query description - consider adding a doc-comment!] get the linkage format of all dependencies
fn is_compiler_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_compiler_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_compiler_builtins<'tcx>>
fn is_compiler_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_compiler_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_compiler_builtins<'tcx>>
[query description - consider adding a doc-comment!] checking if the crate is_compiler_builtins
fn has_global_allocator(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_global_allocator<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_global_allocator<'tcx>>
fn has_global_allocator(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_global_allocator<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_global_allocator<'tcx>>
[query description - consider adding a doc-comment!] checking if the crate has_global_allocator
fn has_panic_handler(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_panic_handler<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_panic_handler<'tcx>>
fn has_panic_handler(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: has_panic_handler<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<has_panic_handler<'tcx>>
[query description - consider adding a doc-comment!] checking if the crate has_panic_handler
fn is_profiler_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_profiler_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_profiler_runtime<'tcx>>
fn is_profiler_runtime(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_profiler_runtime<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_profiler_runtime<'tcx>>
[query description - consider adding a doc-comment!] query a crate is #![profiler_runtime]
fn panic_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_strategy<'tcx>>
fn panic_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_strategy<'tcx>>
[query description - consider adding a doc-comment!] query a crate’s configured panic strategy
fn panic_in_drop_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_in_drop_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_in_drop_strategy<'tcx>>
fn panic_in_drop_strategy(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: panic_in_drop_strategy<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<panic_in_drop_strategy<'tcx>>
[query description - consider adding a doc-comment!] query a crate’s configured panic-in-drop strategy
fn is_no_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_no_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_no_builtins<'tcx>>
fn is_no_builtins(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_no_builtins<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_no_builtins<'tcx>>
[query description - consider adding a doc-comment!] test whether a crate has #![no_builtins]
fn symbol_mangling_version(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_mangling_version<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_mangling_version<'tcx>>
fn symbol_mangling_version(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: symbol_mangling_version<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<symbol_mangling_version<'tcx>>
[query description - consider adding a doc-comment!] query a crate’s symbol mangling version
fn extern_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_crate<'tcx>>
fn extern_crate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_crate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_crate<'tcx>>
[query description - consider adding a doc-comment!] getting crate’s ExternCrateData
fn specializes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specializes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specializes<'tcx>>
fn specializes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: specializes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<specializes<'tcx>>
[query description - consider adding a doc-comment!] computing whether impls specialize one another
fn in_scope_traits_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: in_scope_traits_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<in_scope_traits_map<'tcx>>
fn in_scope_traits_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: in_scope_traits_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<in_scope_traits_map<'tcx>>
[query description - consider adding a doc-comment!] traits in scope at a block
fn module_exports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: module_exports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<module_exports<'tcx>>
fn module_exports(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: module_exports<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<module_exports<'tcx>>
[query description - consider adding a doc-comment!] looking up items exported by tcx.def_path_str(def_id.to_def_id())
fn impl_defaultness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_defaultness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_defaultness<'tcx>>
fn impl_defaultness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_defaultness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_defaultness<'tcx>>
[query description - consider adding a doc-comment!] looking up whether tcx.def_path_str(def_id)
is a default impl
fn impl_constness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_constness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_constness<'tcx>>
fn impl_constness(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: impl_constness<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<impl_constness<'tcx>>
[query description - consider adding a doc-comment!] looking up whether tcx.def_path_str(def_id)
is a const impl
fn check_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_item_well_formed<'tcx>>
fn check_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_item_well_formed<'tcx>>
[query description - consider adding a doc-comment!] checking that tcx.def_path_str(key.to_def_id())
is well-formed
fn check_trait_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_trait_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_trait_item_well_formed<'tcx>>
fn check_trait_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_trait_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_trait_item_well_formed<'tcx>>
[query description - consider adding a doc-comment!] checking that tcx.def_path_str(key.to_def_id())
is well-formed
fn check_impl_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_impl_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_impl_item_well_formed<'tcx>>
fn check_impl_item_well_formed(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: check_impl_item_well_formed<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<check_impl_item_well_formed<'tcx>>
[query description - consider adding a doc-comment!] checking that tcx.def_path_str(key.to_def_id())
is well-formed
fn reachable_non_generics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_non_generics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_non_generics<'tcx>>
fn reachable_non_generics(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: reachable_non_generics<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<reachable_non_generics<'tcx>>
[query description - consider adding a doc-comment!] looking up the exported symbols of a crate
fn is_reachable_non_generic(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_reachable_non_generic<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_reachable_non_generic<'tcx>>
fn is_reachable_non_generic(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_reachable_non_generic<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_reachable_non_generic<'tcx>>
[query description - consider adding a doc-comment!] checking whether tcx.def_path_str(def_id)
is an exported symbol
fn is_unreachable_local_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unreachable_local_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unreachable_local_definition<'tcx>>
fn is_unreachable_local_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_unreachable_local_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_unreachable_local_definition<'tcx>>
[query description - consider adding a doc-comment!] checking whether tcx.def_path_str(def_id.to_def_id())
is reachable from outside the crate
fn upstream_monomorphizations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations<'tcx>>
fn upstream_monomorphizations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations<'tcx>>
The entire set of monomorphizations the local crate can safely link
to because they are exported from upstream crates. Do not depend on
this directly, as its value changes anytime a monomorphization gets
added or removed in any upstream crate. Instead use the narrower
upstream_monomorphizations_for
, upstream_drop_glue_for
, or, even
better, Instance::upstream_monomorphization()
.
fn upstream_monomorphizations_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations_for<'tcx>>
fn upstream_monomorphizations_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_monomorphizations_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_monomorphizations_for<'tcx>>
Returns the set of upstream monomorphizations available for the
generic function identified by the given def_id
. The query makes
sure to make a stable selection if the same monomorphization is
available in multiple upstream crates.
You likely want to call Instance::upstream_monomorphization()
instead of invoking this query directly.
fn upstream_drop_glue_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_drop_glue_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_drop_glue_for<'tcx>>
fn upstream_drop_glue_for(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upstream_drop_glue_for<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upstream_drop_glue_for<'tcx>>
Returns the upstream crate that exports drop-glue for the given
type (substs
is expected to be a single-item list containing the
type one wants drop-glue for).
This is a subset of upstream_monomorphizations_for
in order to
increase dep-tracking granularity. Otherwise adding or removing any
type with drop-glue in any upstream crate would invalidate all
functions calling drop-glue of an upstream type.
You likely want to call Instance::upstream_monomorphization()
instead of invoking this query directly.
NOTE: This query could easily be extended to also support other
common functions that have are large set of monomorphizations
(like Clone::clone
for example).
fn foreign_modules(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: foreign_modules<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<foreign_modules<'tcx>>
fn foreign_modules(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: foreign_modules<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<foreign_modules<'tcx>>
[query description - consider adding a doc-comment!] looking up the foreign modules of a linked crate
Identifies the entry-point (e.g., the main
function) for a given
crate, returning None
if there is no entry point (such as for library crates).
fn proc_macro_decls_static(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: proc_macro_decls_static<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<proc_macro_decls_static<'tcx>>
fn proc_macro_decls_static(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: proc_macro_decls_static<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<proc_macro_decls_static<'tcx>>
[query description - consider adding a doc-comment!] looking up the derive registrar for a crate
fn crate_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_hash<'tcx>>
fn crate_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_hash<'tcx>>
[query description - consider adding a doc-comment!] looking up the hash a crate
fn crate_host_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_host_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_host_hash<'tcx>>
fn crate_host_hash(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_host_hash<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_host_hash<'tcx>>
[query description - consider adding a doc-comment!] looking up the hash of a host version of a crate
fn extra_filename(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extra_filename<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extra_filename<'tcx>>
fn extra_filename(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extra_filename<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extra_filename<'tcx>>
[query description - consider adding a doc-comment!] looking up the extra filename for a crate
fn crate_extern_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_extern_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_extern_paths<'tcx>>
fn crate_extern_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_extern_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_extern_paths<'tcx>>
[query description - consider adding a doc-comment!] looking up the paths for extern crates
fn implementations_of_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implementations_of_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implementations_of_trait<'tcx>>
fn implementations_of_trait(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implementations_of_trait<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implementations_of_trait<'tcx>>
Given a crate and a trait, look up all impls of that trait in the crate.
Return (impl_id, self_ty)
.
fn all_trait_implementations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_trait_implementations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_trait_implementations<'tcx>>
fn all_trait_implementations(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_trait_implementations<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_trait_implementations<'tcx>>
Given a crate, look up all trait impls in that crate.
Return (impl_id, self_ty)
.
fn is_dllimport_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_dllimport_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_dllimport_foreign_item<'tcx>>
fn is_dllimport_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_dllimport_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_dllimport_foreign_item<'tcx>>
[query description - consider adding a doc-comment!] is_dllimport_foreign_item( tcx.def_path_str(def_id)
)
fn is_statically_included_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_statically_included_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_statically_included_foreign_item<'tcx>>
fn is_statically_included_foreign_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_statically_included_foreign_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_statically_included_foreign_item<'tcx>>
[query description - consider adding a doc-comment!] is_statically_included_foreign_item( tcx.def_path_str(def_id)
)
fn native_library_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_library_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_library_kind<'tcx>>
fn native_library_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: native_library_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<native_library_kind<'tcx>>
[query description - consider adding a doc-comment!] native_library_kind( tcx.def_path_str(def_id)
)
fn resolve_lifetimes_trait_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes_trait_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes_trait_definition<'tcx>>
fn resolve_lifetimes_trait_definition(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes_trait_definition<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes_trait_definition<'tcx>>
Does lifetime resolution, but does not descend into trait items. This
should only be used for resolving lifetimes of on trait definitions,
and is used to avoid cycles. Importantly, resolve_lifetimes
still visits
the same lifetimes and is responsible for diagnostics.
See `rustc_resolve::late::lifetimes for details.
fn resolve_lifetimes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes<'tcx>>
fn resolve_lifetimes(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_lifetimes<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_lifetimes<'tcx>>
Does lifetime resolution on items. Importantly, we can’t resolve lifetimes directly on things like trait methods, because of trait params. See `rustc_resolve::late::lifetimes for details.
fn named_region_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: named_region_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<named_region_map<'tcx>>
fn named_region_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: named_region_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<named_region_map<'tcx>>
[query description - consider adding a doc-comment!] looking up a named region
fn is_late_bound_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_late_bound_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_late_bound_map<'tcx>>
fn is_late_bound_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_late_bound_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_late_bound_map<'tcx>>
[query description - consider adding a doc-comment!] testing if a region is late bound
fn object_lifetime_defaults_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_lifetime_defaults_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_lifetime_defaults_map<'tcx>>
fn object_lifetime_defaults_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: object_lifetime_defaults_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<object_lifetime_defaults_map<'tcx>>
For a given item (like a struct), gets the default lifetimes to be used
for each parameter if a trait object were to be passed for that parameter.
For example, for struct Foo<'a, T, U>
, this would be ['static, 'static]
.
For struct Foo<'a, T: 'a, U>
, this would instead be ['a, 'static]
.
fn late_bound_vars_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: late_bound_vars_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<late_bound_vars_map<'tcx>>
fn late_bound_vars_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: late_bound_vars_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<late_bound_vars_map<'tcx>>
[query description - consider adding a doc-comment!] looking up late bound vars
fn lifetime_scope_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lifetime_scope_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lifetime_scope_map<'tcx>>
fn lifetime_scope_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: lifetime_scope_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<lifetime_scope_map<'tcx>>
[query description - consider adding a doc-comment!] finds the lifetime scope for an HirId of a PathSegment
fn visibility(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visibility<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visibility<'tcx>>
fn visibility(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visibility<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visibility<'tcx>>
[query description - consider adding a doc-comment!] computing visibility of tcx.def_path_str(def_id)
fn type_uninhabited_from(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_uninhabited_from<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_uninhabited_from<'tcx>>
fn type_uninhabited_from(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_uninhabited_from<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_uninhabited_from<'tcx>>
Computes the set of modules from which this type is visibly uninhabited. To check whether a type is uninhabited at all (not just from a given module), you could check whether the forest is empty.
[query description - consider adding a doc-comment!] fetching what a dependency looks like
fn crate_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_name<'tcx>>
fn crate_name(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: crate_name<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<crate_name<'tcx>>
[query description - consider adding a doc-comment!] fetching what a crate is named
fn item_children(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_children<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_children<'tcx>>
fn item_children(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: item_children<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<item_children<'tcx>>
[query description - consider adding a doc-comment!] collecting child items of tcx.def_path_str(def_id)
fn extern_mod_stmt_cnum(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_mod_stmt_cnum<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_mod_stmt_cnum<'tcx>>
fn extern_mod_stmt_cnum(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: extern_mod_stmt_cnum<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<extern_mod_stmt_cnum<'tcx>>
[query description - consider adding a doc-comment!] computing crate imported by tcx.def_path_str(def_id.to_def_id())
fn get_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lib_features<'tcx>>
fn get_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lib_features<'tcx>>
[query description - consider adding a doc-comment!] calculating the lib features map
fn defined_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lib_features<'tcx>>
fn defined_lib_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lib_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lib_features<'tcx>>
[query description - consider adding a doc-comment!] calculating the lib features defined in a crate
fn get_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lang_items<'tcx>>
fn get_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: get_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<get_lang_items<'tcx>>
Returns the lang items defined in another crate by loading it from metadata.
fn all_diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_diagnostic_items<'tcx>>
fn all_diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_diagnostic_items<'tcx>>
Returns all diagnostic items defined in all crates.
fn defined_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lang_items<'tcx>>
fn defined_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: defined_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<defined_lang_items<'tcx>>
Returns the lang items defined in another crate by loading it from metadata.
fn diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_items<'tcx>>
fn diagnostic_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_items<'tcx>>
Returns the diagnostic items defined in a crate.
fn missing_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_lang_items<'tcx>>
fn missing_lang_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_lang_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_lang_items<'tcx>>
[query description - consider adding a doc-comment!] calculating the missing lang items in a crate
fn visible_parent_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visible_parent_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visible_parent_map<'tcx>>
fn visible_parent_map(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: visible_parent_map<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<visible_parent_map<'tcx>>
[query description - consider adding a doc-comment!] calculating the visible parent map
fn trimmed_def_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trimmed_def_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trimmed_def_paths<'tcx>>
fn trimmed_def_paths(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: trimmed_def_paths<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<trimmed_def_paths<'tcx>>
[query description - consider adding a doc-comment!] calculating trimmed def paths
fn missing_extern_crate_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_extern_crate_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_extern_crate_item<'tcx>>
fn missing_extern_crate_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: missing_extern_crate_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<missing_extern_crate_item<'tcx>>
[query description - consider adding a doc-comment!] seeing if we’re missing an extern crate
item for this crate
fn used_crate_source(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_crate_source<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_crate_source<'tcx>>
fn used_crate_source(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: used_crate_source<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<used_crate_source<'tcx>>
[query description - consider adding a doc-comment!] looking at the source for a crate
fn postorder_cnums(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: postorder_cnums<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<postorder_cnums<'tcx>>
fn postorder_cnums(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: postorder_cnums<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<postorder_cnums<'tcx>>
[query description - consider adding a doc-comment!] generating a postorder list of CrateNums
fn is_private_dep(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_private_dep<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_private_dep<'tcx>>
fn is_private_dep(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_private_dep<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_private_dep<'tcx>>
Returns whether or not the crate with CrateNum ‘cnum’ is marked as a private dependency
fn allocator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: allocator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<allocator_kind<'tcx>>
fn allocator_kind(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: allocator_kind<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<allocator_kind<'tcx>>
[query description - consider adding a doc-comment!] allocator kind for the current crate
fn upvars_mentioned(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upvars_mentioned<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upvars_mentioned<'tcx>>
fn upvars_mentioned(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: upvars_mentioned<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<upvars_mentioned<'tcx>>
[query description - consider adding a doc-comment!] collecting upvars mentioned in tcx.def_path_str(def_id)
fn maybe_unused_trait_import(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_trait_import<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_trait_import<'tcx>>
fn maybe_unused_trait_import(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_trait_import<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_trait_import<'tcx>>
[query description - consider adding a doc-comment!] maybe_unused_trait_import for tcx.def_path_str(def_id.to_def_id())
fn maybe_unused_extern_crates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_extern_crates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_extern_crates<'tcx>>
fn maybe_unused_extern_crates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: maybe_unused_extern_crates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<maybe_unused_extern_crates<'tcx>>
[query description - consider adding a doc-comment!] looking up all possibly unused extern crates
fn names_imported_by_glob_use(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: names_imported_by_glob_use<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<names_imported_by_glob_use<'tcx>>
fn names_imported_by_glob_use(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: names_imported_by_glob_use<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<names_imported_by_glob_use<'tcx>>
[query description - consider adding a doc-comment!] names_imported_by_glob_use for tcx.def_path_str(def_id.to_def_id())
fn stability_index(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: stability_index<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<stability_index<'tcx>>
fn stability_index(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: stability_index<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<stability_index<'tcx>>
[query description - consider adding a doc-comment!] calculating the stability index for the local crate
[query description - consider adding a doc-comment!] fetching all foreign CrateNum instances
fn all_traits(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_traits<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_traits<'tcx>>
fn all_traits(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: all_traits<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<all_traits<'tcx>>
A vector of every trait accessible in the whole crate (i.e., including those from subcrates). This is used only for error reporting.
fn exported_symbols(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: exported_symbols<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<exported_symbols<'tcx>>
fn exported_symbols(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: exported_symbols<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<exported_symbols<'tcx>>
The list of symbols exported from the given crate.
- All names contained in
exported_symbols(cnum)
are guaranteed to correspond to a publicly visible symbol incnum
machine code. - The
exported_symbols
sets of different crates do not intersect.
fn collect_and_partition_mono_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_and_partition_mono_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_and_partition_mono_items<'tcx>>
fn collect_and_partition_mono_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: collect_and_partition_mono_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<collect_and_partition_mono_items<'tcx>>
[query description - consider adding a doc-comment!] collect_and_partition_mono_items
fn is_codegened_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_codegened_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_codegened_item<'tcx>>
fn is_codegened_item(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: is_codegened_item<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<is_codegened_item<'tcx>>
[query description - consider adding a doc-comment!] determining whether tcx.def_path_str(def_id)
needs codegen
fn codegened_and_inlined_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegened_and_inlined_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegened_and_inlined_items<'tcx>>
fn codegened_and_inlined_items(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegened_and_inlined_items<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegened_and_inlined_items<'tcx>>
All items participating in code generation together with items inlined into them.
fn codegen_unit(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_unit<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_unit<'tcx>>
fn codegen_unit(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: codegen_unit<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<codegen_unit<'tcx>>
[query description - consider adding a doc-comment!] codegen_unit
fn unused_generic_params(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unused_generic_params<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unused_generic_params<'tcx>>
fn unused_generic_params(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: unused_generic_params<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<unused_generic_params<'tcx>>
[query description - consider adding a doc-comment!] determining which generic parameters are unused by tcx.def_path_str(key.def_id())
fn backend_optimization_level(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: backend_optimization_level<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<backend_optimization_level<'tcx>>
fn backend_optimization_level(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: backend_optimization_level<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<backend_optimization_level<'tcx>>
[query description - consider adding a doc-comment!] optimization level used by backend
fn output_filenames(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: output_filenames<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<output_filenames<'tcx>>
fn output_filenames(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: output_filenames<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<output_filenames<'tcx>>
[query description - consider adding a doc-comment!] output_filenames
fn normalize_projection_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_projection_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_projection_ty<'tcx>>
fn normalize_projection_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_projection_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_projection_ty<'tcx>>
Do not call this query directly: invoke normalize
instead.
fn normalize_generic_arg_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_generic_arg_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_generic_arg_after_erasing_regions<'tcx>>
fn normalize_generic_arg_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_generic_arg_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_generic_arg_after_erasing_regions<'tcx>>
Do not call this query directly: invoke normalize_erasing_regions
instead.
fn normalize_mir_const_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_mir_const_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_mir_const_after_erasing_regions<'tcx>>
fn normalize_mir_const_after_erasing_regions(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_mir_const_after_erasing_regions<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_mir_const_after_erasing_regions<'tcx>>
Do not call this query directly: invoke normalize_erasing_regions
instead.
fn implied_outlives_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implied_outlives_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implied_outlives_bounds<'tcx>>
fn implied_outlives_bounds(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: implied_outlives_bounds<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<implied_outlives_bounds<'tcx>>
[query description - consider adding a doc-comment!] computing implied outlives bounds for {:?}
fn dropck_outlives(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dropck_outlives<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dropck_outlives<'tcx>>
fn dropck_outlives(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: dropck_outlives<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<dropck_outlives<'tcx>>
Do not call this query directly: invoke infcx.at().dropck_outlives()
instead.
fn evaluate_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_obligation<'tcx>>
fn evaluate_obligation(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_obligation<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_obligation<'tcx>>
Do not call this query directly: invoke infcx.predicate_may_hold()
or
infcx.predicate_must_hold()
instead.
fn evaluate_goal(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_goal<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_goal<'tcx>>
fn evaluate_goal(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: evaluate_goal<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<evaluate_goal<'tcx>>
[query description - consider adding a doc-comment!] evaluating trait selection obligation goal.value
fn type_op_ascribe_user_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_ascribe_user_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_ascribe_user_type<'tcx>>
fn type_op_ascribe_user_type(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_ascribe_user_type<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_ascribe_user_type<'tcx>>
Do not call this query directly: part of the Eq
type-op
fn type_op_eq(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_eq<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_eq<'tcx>>
fn type_op_eq(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_eq<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_eq<'tcx>>
Do not call this query directly: part of the Eq
type-op
fn type_op_subtype(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_subtype<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_subtype<'tcx>>
fn type_op_subtype(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_subtype<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_subtype<'tcx>>
Do not call this query directly: part of the Subtype
type-op
fn type_op_prove_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_prove_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_prove_predicate<'tcx>>
fn type_op_prove_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_prove_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_prove_predicate<'tcx>>
Do not call this query directly: part of the ProvePredicate
type-op
fn type_op_normalize_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_ty<'tcx>>
fn type_op_normalize_ty(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_ty<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_ty<'tcx>>
Do not call this query directly: part of the Normalize
type-op
fn type_op_normalize_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_predicate<'tcx>>
fn type_op_normalize_predicate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_predicate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_predicate<'tcx>>
Do not call this query directly: part of the Normalize
type-op
fn type_op_normalize_poly_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_poly_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_poly_fn_sig<'tcx>>
fn type_op_normalize_poly_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_poly_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_poly_fn_sig<'tcx>>
Do not call this query directly: part of the Normalize
type-op
fn type_op_normalize_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_fn_sig<'tcx>>
fn type_op_normalize_fn_sig(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: type_op_normalize_fn_sig<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<type_op_normalize_fn_sig<'tcx>>
Do not call this query directly: part of the Normalize
type-op
fn subst_and_check_impossible_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: subst_and_check_impossible_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<subst_and_check_impossible_predicates<'tcx>>
fn subst_and_check_impossible_predicates(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: subst_and_check_impossible_predicates<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<subst_and_check_impossible_predicates<'tcx>>
[query description - consider adding a doc-comment!] impossible substituted predicates: tcx.def_path_str(key.0)
fn method_autoderef_steps(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: method_autoderef_steps<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<method_autoderef_steps<'tcx>>
fn method_autoderef_steps(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: method_autoderef_steps<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<method_autoderef_steps<'tcx>>
[query description - consider adding a doc-comment!] computing autoderef types for {:?}
fn supported_target_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: supported_target_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<supported_target_features<'tcx>>
fn supported_target_features(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: supported_target_features<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<supported_target_features<'tcx>>
[query description - consider adding a doc-comment!] looking up supported target features
fn instance_def_size_estimate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: instance_def_size_estimate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<instance_def_size_estimate<'tcx>>
fn instance_def_size_estimate(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: instance_def_size_estimate<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<instance_def_size_estimate<'tcx>>
Get an estimate of the size of an InstanceDef based on its MIR for CGU partitioning.
fn features_query(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: features_query<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<features_query<'tcx>>
fn features_query(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: features_query<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<features_query<'tcx>>
[query description - consider adding a doc-comment!] looking up enabled feature gates
fn resolve_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance<'tcx>>
fn resolve_instance(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance<'tcx>>
Attempt to resolve the given DefId
to an Instance
, for the
given generics args (SubstsRef
), returning one of:
Ok(Some(instance))
on successOk(None)
when theSubstsRef
are still too generic, and therefore don’t allow finding the finalInstance
Err(ErrorReported)
when theInstance
resolution process couldn’t complete due to errors elsewhere - this is distinct fromOk(None)
to avoid misleading diagnostics when an error has already been/will be emitted, for the original cause
fn resolve_instance_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance_of_const_arg<'tcx>>
fn resolve_instance_of_const_arg(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: resolve_instance_of_const_arg<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<resolve_instance_of_const_arg<'tcx>>
[query description - consider adding a doc-comment!] resolving instance of the const argument ty :: Instance :: new(key.value.0.to_def_id(), key.value.2)
fn normalize_opaque_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_opaque_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_opaque_types<'tcx>>
fn normalize_opaque_types(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: normalize_opaque_types<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<normalize_opaque_types<'tcx>>
[query description - consider adding a doc-comment!] normalizing opaque types in {:?}
fn conservative_is_privately_uninhabited(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: conservative_is_privately_uninhabited<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<conservative_is_privately_uninhabited<'tcx>>
fn conservative_is_privately_uninhabited(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: conservative_is_privately_uninhabited<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<conservative_is_privately_uninhabited<'tcx>>
Checks whether a type is definitely uninhabited. This is
conservative: for some types that are uninhabited we return false
,
but we only return true
for types that are definitely uninhabited.
ty.conservative_is_privately_uninhabited
implies that any value of type ty
will be Abi::Uninhabited
. (Note that uninhabited types may have nonzero
size, to account for partial initialisation. See #49298 for details.)
[query description - consider adding a doc-comment!] looking up limits
fn diagnostic_hir_wf_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_hir_wf_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_hir_wf_check<'tcx>>
fn diagnostic_hir_wf_check(
&'tcx self,
tcx: TyCtxt<'tcx>,
span: Span,
key: diagnostic_hir_wf_check<'tcx>,
lookup: QueryLookup,
mode: QueryMode
) -> Option<diagnostic_hir_wf_check<'tcx>>
Performs an HIR-based well-formed check on the item with the given HirId
. If
we get an Unimplemented
error that matches the provided Predicate
, return
the cause of the newly created obligation.
This is only used by error-reporting code to get a better cause (in particular, a better
span) for an existing error. Therefore, it is best-effort, and may never handle
all of the cases that the normal ty::Ty
-based wfcheck does. This is fine,
because the ty::Ty
-based wfcheck is always run.