mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
assert condition
This commit is contained in:
parent
6a736615e1
commit
3ad16e1f45
1 changed files with 1 additions and 0 deletions
|
@ -1261,6 +1261,7 @@ fn create_holl_call<'a>(
|
||||||
|
|
||||||
CallType::HigherOrder(arena.alloc(higher_order))
|
CallType::HigherOrder(arena.alloc(higher_order))
|
||||||
} else {
|
} else {
|
||||||
|
debug_assert!(!holl.passed_function.owns_captured_environment);
|
||||||
CallType::HigherOrder(holl)
|
CallType::HigherOrder(holl)
|
||||||
},
|
},
|
||||||
arguments,
|
arguments,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue