Struct rustc_middle::query::on_disk_cache::Footer
source · struct Footer {
file_index_to_stable_id: FxHashMap<SourceFileIndex, EncodedSourceFileId>,
query_result_index: EncodedDepNodeIndex,
side_effects_index: EncodedDepNodeIndex,
interpret_alloc_index: Vec<u64>,
syntax_contexts: FxHashMap<u32, AbsoluteBytePos>,
expn_data: UnhashMap<ExpnHash, AbsoluteBytePos>,
foreign_expn_data: UnhashMap<ExpnHash, u32>,
}
Fields§
§file_index_to_stable_id: FxHashMap<SourceFileIndex, EncodedSourceFileId>
§query_result_index: EncodedDepNodeIndex
§side_effects_index: EncodedDepNodeIndex
§interpret_alloc_index: Vec<u64>
§syntax_contexts: FxHashMap<u32, AbsoluteBytePos>
§expn_data: UnhashMap<ExpnHash, AbsoluteBytePos>
§foreign_expn_data: UnhashMap<ExpnHash, u32>
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
fn into_query_param(self) -> P
fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T
default fn from_cycle_error( tcx: Tcx, cycle: &[QueryInfo], _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: 200 bytes