mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Add Expr::ErasedLoad
This commit is contained in:
parent
2c838aa5c2
commit
283b9d53d6
11 changed files with 92 additions and 17 deletions
|
@ -1523,6 +1523,7 @@ fn expr_spec<'a>(
|
|||
}
|
||||
FunctionPointer { .. } => todo_lambda_erasure!(),
|
||||
ErasedMake { .. } => todo_lambda_erasure!(),
|
||||
ErasedLoad { .. } => todo_lambda_erasure!(),
|
||||
RuntimeErrorFunction(_) => {
|
||||
let type_id = layout_spec(env, builder, interner, interner.get_repr(layout))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue