mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Use Variable::NULL with copy
This commit is contained in:
parent
69d6a6c7b0
commit
5cb9a4ba2d
3 changed files with 14 additions and 6 deletions
|
@ -662,7 +662,7 @@ fn register(subs: &mut Subs, rank: Rank, pools: &mut Pools, content: Content) ->
|
|||
content,
|
||||
rank,
|
||||
mark: Mark::NONE,
|
||||
copy: None,
|
||||
copy: Variable::NULL,
|
||||
});
|
||||
|
||||
pools.get_mut(rank).push(var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue