Comment untracked_crate.

This commit is contained in:
Camille GILLOT 2022-05-03 22:01:01 +02:00
parent 8fc3deb1b4
commit c168fba268

View File

@ -1077,6 +1077,8 @@ pub struct GlobalCtxt<'tcx> {
/// Output of the resolver.
pub(crate) untracked_resolutions: ty::ResolverOutputs,
untracked_resolver_for_lowering: Steal<ty::ResolverAstLowering>,
/// The entire crate as AST. This field serves as the input for the hir_crate query,
/// which lowers it from AST to HIR. It must not be read or used by anything else.
pub untracked_crate: Steal<Lrc<ast::Crate>>,
/// This provides access to the incremental compilation on-disk cache for query results.