mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix wrong temp symbol used
This commit is contained in:
parent
eaef21f7d4
commit
048615e6a5
1 changed files with 1 additions and 1 deletions
|
@ -1763,7 +1763,7 @@ impl<
|
|||
self.layout_interner,
|
||||
&mut self.buf,
|
||||
base_offset,
|
||||
&Symbol::DEV_TMP4,
|
||||
&Symbol::DEV_TMP3,
|
||||
&ret_layout,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue