rustc_incremental::persist::save

Function encode_work_product_index

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