Function rustc_incremental::persist::save::encode_work_product_index

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