[][src]Module rustc::ty::query::on_disk_cache

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Modules

__ty_decoder_impl [
Experimental
]

Structs

AbsoluteBytePos [
Experimental
]
CacheDecoder [
Experimental
]

A decoder that can read the incr. comp. cache. It is similar to the one we use for crate metadata decoding in that it can rebase spans and eventually will also handle things that contain Ty instances.

CacheEncoder [
Experimental
]
Footer [
Experimental
]
IntEncodedWithFixedSize [
Experimental
]
OnDiskCache [
Experimental
]

OnDiskCache provides an interface to incr. comp. data cached from the previous compilation session. This data will eventually include the results of a few selected queries (like typeck_tables_of and mir_optimized) and any diagnostics that have been emitted during a query.

SourceFileIndex [
Experimental
]

Constants

TAG_CLEAR_CROSS_CRATE_CLEAR [
Experimental
]
TAG_CLEAR_CROSS_CRATE_SET [
Experimental
]
TAG_EXPANSION_INFO_INLINE [
Experimental
]
TAG_EXPANSION_INFO_SHORTHAND [
Experimental
]
TAG_FILE_FOOTER [
Experimental
]
TAG_INVALID_SPAN [
Experimental
]
TAG_NO_EXPANSION_INFO [
Experimental
]
TAG_VALID_SPAN [
Experimental
]

Traits

DecoderWithPosition [
Experimental
]

Functions

decode_tagged [
Experimental
]
encode_query_results [
Experimental
]

Type Definitions

EncodedDiagnostics [
Experimental
]
EncodedDiagnosticsIndex [
Experimental
]
EncodedQueryResultIndex [
Experimental
]