mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-17 17:25:01 +00:00
Merge pull request #3541 from rtfeldman/rocasync
Changes to get roc-async working
This commit is contained in:
commit
ca38ec4eb5
6 changed files with 158 additions and 164 deletions
|
@ -194,7 +194,7 @@ where
|
|||
RawFunctionLayout::ZeroArgumentThunk(_) => {
|
||||
let bytes = func_name_bytes_help(
|
||||
*symbol,
|
||||
[Layout::UNIT],
|
||||
[],
|
||||
CapturesNiche::no_niche(),
|
||||
&top_level.result,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue