mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
bump-allocate procs
This commit is contained in:
parent
ef60ee02ec
commit
58ba5c09fd
2 changed files with 4 additions and 4 deletions
|
@ -288,8 +288,8 @@ pub struct Procs<'a> {
|
|||
pub externals_we_need: MutMap<ModuleId, ExternalSpecializations>,
|
||||
}
|
||||
|
||||
impl<'a> Default for Procs<'a> {
|
||||
fn default() -> Self {
|
||||
impl<'a> Procs<'a> {
|
||||
pub fn new_in(arena: &'a Bump) -> Self {
|
||||
Self {
|
||||
partial_procs: MutMap::default(),
|
||||
imported_module_thunks: MutSet::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue