Struct rustc_middle::arena::Arena

source ·
pub struct Arena<'tcx> {
Show 53 fields pub dropless: DroplessArena, layout: TypedArena<LayoutS<FieldIdx, VariantIdx>>, fn_abi: TypedArena<FnAbi<'tcx, Ty<'tcx>>>, adt_def: TypedArena<AdtDefData>, steal_thir: TypedArena<Steal<Thir<'tcx>>>, steal_mir: TypedArena<Steal<Body<'tcx>>>, mir: TypedArena<Body<'tcx>>, steal_promoted: TypedArena<Steal<IndexVec<Promoted, Body<'tcx>>>>, promoted: TypedArena<IndexVec<Promoted, Body<'tcx>>>, typeck_results: TypedArena<TypeckResults<'tcx>>, borrowck_result: TypedArena<BorrowCheckResult<'tcx>>, resolver: TypedArena<Steal<(ResolverAstLowering, Lrc<Crate>)>>, crate_for_resolver: TypedArena<Steal<(Crate, AttrVec)>>, resolutions: TypedArena<ResolverGlobalCtxt>, unsafety_check_result: TypedArena<UnsafetyCheckResult>, code_region: TypedArena<CodeRegion>, const_allocs: TypedArena<Allocation>, region_scope_tree: TypedArena<ScopeTree>, mir_keys: TypedArena<DefIdSet>, dropck_outlives: TypedArena<Canonical<'tcx, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>, normalize_projection_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, NormalizationResult<'tcx>>>>, implied_outlives_bounds: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>>, dtorck_constraint: TypedArena<DropckConstraint<'tcx>>, candidate_step: TypedArena<CandidateStep<'tcx>>, autoderef_bad_ty: TypedArena<MethodAutoderefBadTy<'tcx>>, canonical_goal_evaluation: TypedArena<GoalEvaluationStep<'tcx>>, query_region_constraints: TypedArena<QueryRegionConstraints<'tcx>>, type_op_subtype: TypedArena<Canonical<'tcx, QueryResponse<'tcx, ()>>>, type_op_normalize_poly_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, PolyFnSig<'tcx>>>>, type_op_normalize_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, FnSig<'tcx>>>>, type_op_normalize_clause: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Clause<'tcx>>>>, type_op_normalize_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>>, effective_visibilities: TypedArena<EffectiveVisibilities>, upvars_mentioned: TypedArena<FxIndexMap<HirId, Upvar>>, object_safety_violations: TypedArena<ObjectSafetyViolation>, codegen_unit: TypedArena<CodegenUnit<'tcx>>, attribute: TypedArena<Attribute>, name_set: TypedArena<UnordSet<Symbol>>, ordered_name_set: TypedArena<FxIndexSet<Symbol>>, asm_template: TypedArena<InlineAsmTemplatePiece>, used_trait_imports: TypedArena<UnordSet<LocalDefId>>, is_late_bound_map: TypedArena<FxIndexSet<ItemLocalId>>, impl_source: TypedArena<ImplSource<'tcx, ()>>, dep_kind: TypedArena<DepKindStruct<'tcx>>, trait_impl_trait_tys: TypedArena<UnordMap<DefId, EarlyBinder<Ty<'tcx>>>>, external_constraints: TypedArena<ExternalConstraintsData<'tcx>>, predefined_opaques_in_body: TypedArena<PredefinedOpaquesData<'tcx>>, doc_link_resolutions: TypedArena<DocLinkResMap>, stripped_cfg_items: TypedArena<StrippedCfgItem>, mod_child: TypedArena<ModChild>, features: TypedArena<Features>, specialization_graph: TypedArena<Graph>, crate_inherent_impls: TypedArena<CrateInherentImpls>,
}

Fields§

§dropless: DroplessArena§layout: TypedArena<LayoutS<FieldIdx, VariantIdx>>§fn_abi: TypedArena<FnAbi<'tcx, Ty<'tcx>>>§adt_def: TypedArena<AdtDefData>§steal_thir: TypedArena<Steal<Thir<'tcx>>>§steal_mir: TypedArena<Steal<Body<'tcx>>>§mir: TypedArena<Body<'tcx>>§steal_promoted: TypedArena<Steal<IndexVec<Promoted, Body<'tcx>>>>§promoted: TypedArena<IndexVec<Promoted, Body<'tcx>>>§typeck_results: TypedArena<TypeckResults<'tcx>>§borrowck_result: TypedArena<BorrowCheckResult<'tcx>>§resolver: TypedArena<Steal<(ResolverAstLowering, Lrc<Crate>)>>§crate_for_resolver: TypedArena<Steal<(Crate, AttrVec)>>§resolutions: TypedArena<ResolverGlobalCtxt>§unsafety_check_result: TypedArena<UnsafetyCheckResult>§code_region: TypedArena<CodeRegion>§const_allocs: TypedArena<Allocation>§region_scope_tree: TypedArena<ScopeTree>§mir_keys: TypedArena<DefIdSet>§dropck_outlives: TypedArena<Canonical<'tcx, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>§normalize_projection_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, NormalizationResult<'tcx>>>>§implied_outlives_bounds: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>>§dtorck_constraint: TypedArena<DropckConstraint<'tcx>>§candidate_step: TypedArena<CandidateStep<'tcx>>§autoderef_bad_ty: TypedArena<MethodAutoderefBadTy<'tcx>>§canonical_goal_evaluation: TypedArena<GoalEvaluationStep<'tcx>>§query_region_constraints: TypedArena<QueryRegionConstraints<'tcx>>§type_op_subtype: TypedArena<Canonical<'tcx, QueryResponse<'tcx, ()>>>§type_op_normalize_poly_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, PolyFnSig<'tcx>>>>§type_op_normalize_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, FnSig<'tcx>>>>§type_op_normalize_clause: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Clause<'tcx>>>>§type_op_normalize_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>>§effective_visibilities: TypedArena<EffectiveVisibilities>§upvars_mentioned: TypedArena<FxIndexMap<HirId, Upvar>>§object_safety_violations: TypedArena<ObjectSafetyViolation>§codegen_unit: TypedArena<CodegenUnit<'tcx>>§attribute: TypedArena<Attribute>§name_set: TypedArena<UnordSet<Symbol>>§ordered_name_set: TypedArena<FxIndexSet<Symbol>>§asm_template: TypedArena<InlineAsmTemplatePiece>§used_trait_imports: TypedArena<UnordSet<LocalDefId>>§is_late_bound_map: TypedArena<FxIndexSet<ItemLocalId>>§impl_source: TypedArena<ImplSource<'tcx, ()>>§dep_kind: TypedArena<DepKindStruct<'tcx>>§trait_impl_trait_tys: TypedArena<UnordMap<DefId, EarlyBinder<Ty<'tcx>>>>§external_constraints: TypedArena<ExternalConstraintsData<'tcx>>§predefined_opaques_in_body: TypedArena<PredefinedOpaquesData<'tcx>>§doc_link_resolutions: TypedArena<DocLinkResMap>§stripped_cfg_items: TypedArena<StrippedCfgItem>§mod_child: TypedArena<ModChild>§features: TypedArena<Features>§specialization_graph: TypedArena<Graph>§crate_inherent_impls: TypedArena<CrateInherentImpls>

Implementations§

source§

impl<'tcx> Arena<'tcx>

source

pub fn alloc<T: ArenaAllocatable<'tcx, C>, C>(&self, value: T) -> &mut T

source

pub fn alloc_slice<T: Copy>(&self, value: &[T]) -> &mut [T]

source

pub fn alloc_str(&self, string: &str) -> &str

source

pub fn alloc_from_iter<T: ArenaAllocatable<'tcx, C>, C>( &self, iter: impl IntoIterator<Item = T> ) -> &mut [T]

Trait Implementations§

source§

impl<'tcx> Default for Arena<'tcx>

source§

fn default() -> Arena<'tcx>

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl<'tcx> !RefUnwindSafe for Arena<'tcx>

§

impl<'tcx> !Send for Arena<'tcx>

§

impl<'tcx> !Sync for Arena<'tcx>

§

impl<'tcx> Unpin for Arena<'tcx>

§

impl<'tcx> !UnwindSafe for Arena<'tcx>

Blanket Implementations§

source§

impl<T> Aligned for T

source§

const ALIGN: Alignment = _

Alignment of Self.
source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T, R> CollectAndApply<T, R> for T

source§

fn collect_and_apply<I, F>(iter: I, f: F) -> R
where I: Iterator<Item = T>, F: FnOnce(&[T]) -> R,

Equivalent to f(&iter.collect::<Vec<_>>()).

§

type Output = R

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<P> IntoQueryParam<P> for P

source§

impl<T> MaybeResult<T> for T

§

type Error = !

source§

fn from(_: Result<T, <T as MaybeResult<T>>::Error>) -> T

source§

fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>

source§

impl<'tcx, T> ToPredicate<'tcx, T> for T

source§

fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<Tcx, T> Value<Tcx> for T
where Tcx: DepContext,

source§

default fn from_cycle_error( tcx: Tcx, cycle_error: &CycleError, _guar: ErrorGuaranteed ) -> T

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 2544 bytes