big patch: Start injecting InstanceAllocator everywhere.

This commit is contained in:
Ivan Enderlin
2020-11-23 17:25:09 +01:00
parent b93af3b628
commit e77afea383
8 changed files with 26 additions and 16 deletions

View File

@@ -70,6 +70,7 @@ where
signature,
kind: other.arg_kind,
call_trampoline: None,
instance_allocator: None,
}
}
}
@@ -90,6 +91,7 @@ where
signature,
kind: other.arg_kind,
call_trampoline: None,
instance_allocator: None,
},
}
}