[−][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 |
CacheEncoder |
[ Experimental ]
|
Footer |
[ Experimental ]
|
IntEncodedWithFixedSize |
[ Experimental ]
|
OnDiskCache |
[ Experimental ]
|
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 ]
|