mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Lift Niche from just captures-niche to generic niche
This commit is contained in:
parent
ea53a50447
commit
972046445b
16 changed files with 119 additions and 140 deletions
|
@ -62,7 +62,7 @@ pub fn jit_to_ast<'a, A: ReplApp<'a>>(
|
|||
ProcLayout {
|
||||
arguments: [],
|
||||
result,
|
||||
captures_niche: _,
|
||||
niche: _,
|
||||
} => {
|
||||
// This is a thunk, which cannot be defined in userspace, so we know
|
||||
// it's `main` and can be executed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue