mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove FunctionPointer completely
This commit is contained in:
parent
c776d98686
commit
f2f9897187
12 changed files with 11 additions and 58 deletions
|
@ -275,7 +275,6 @@ fn jit_to_ast_help<'a>(
|
|||
}
|
||||
|
||||
Layout::Closure(_, _, _) => Err(ToAstProblem::FunctionLayout),
|
||||
Layout::FunctionPointer(_, _) => Err(ToAstProblem::FunctionLayout),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue