Struct rustc_query_impl::on_disk_cache::Footer
source · struct Footer {
file_index_to_stable_id: FxHashMap<SourceFileIndex, EncodedSourceFileId>,
query_result_index: Vec<(SerializedDepNodeIndex, AbsoluteBytePos)>,
side_effects_index: Vec<(SerializedDepNodeIndex, AbsoluteBytePos)>,
interpret_alloc_index: Vec<u32>,
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: Vec<(SerializedDepNodeIndex, AbsoluteBytePos)>
side_effects_index: Vec<(SerializedDepNodeIndex, AbsoluteBytePos)>
interpret_alloc_index: Vec<u32>
syntax_contexts: FxHashMap<u32, AbsoluteBytePos>
expn_data: UnhashMap<ExpnHash, AbsoluteBytePos>
foreign_expn_data: UnhashMap<ExpnHash, u32>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
default fn from_cycle_error(tcx: CTX) -> 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