Function generate_crate_cache

Source
pub fn generate_crate_cache(
    db: &dyn LoweringGroup,
    crate_id: CrateId,
) -> Maybe<Arc<[u8]>>
Expand description

Cache the lowering of each function in the crate into a blob.