pub fn register_expn_id(
    krate: CrateNum,
    local_id: ExpnIndex,
    data: ExpnData,
    hash: ExpnHash
) -> ExpnId
Expand description

Register an expansion which has been decoded from the metadata of a foreign crate.