rustc_incremental::persist::save

Function encode_work_product_index

Source
fn encode_work_product_index(
    work_products: &FxIndexMap<WorkProductId, WorkProduct>,
    encoder: &mut FileEncoder,
)