mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove all box references
This commit is contained in:
parent
b5db3f68e1
commit
a8d821bf87
9 changed files with 39 additions and 148 deletions
|
@ -1136,10 +1136,6 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
storage,
|
||||
),
|
||||
|
||||
Expr::ExprBox { symbol: arg_sym } => self.expr_box(sym, *arg_sym, layout, storage),
|
||||
|
||||
Expr::ExprUnbox { symbol: arg_sym } => self.expr_unbox(sym, *arg_sym),
|
||||
|
||||
Expr::FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
Expr::ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
Expr::ErasedLoad { .. } => todo_lambda_erasure!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue