pub fn lower_contract_with_bytecodes(
gcx: Gcx<'_>,
contract_id: ContractId,
child_bytecodes: &HashMap<ContractId, Vec<u8>, FxBuildHasher>,
) -> ModuleExpand description
Lowers a contract from HIR to MIR with pre-compiled bytecodes available for new expressions.