mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
array literal arg loading was moved
This commit is contained in:
parent
4ec99764cb
commit
35c507a33f
1 changed files with 0 additions and 3 deletions
|
@ -502,9 +502,6 @@ trait Backend<'a> {
|
|||
}) {
|
||||
syms.push(*sym);
|
||||
}
|
||||
// TODO: This could be a huge waste.
|
||||
// We probably want to call this within create_array, one element at a time.
|
||||
self.load_literal_symbols(syms.into_bump_slice());
|
||||
self.create_array(sym, elem_layout, elems);
|
||||
}
|
||||
Expr::Struct(fields) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue