mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 09:39:47 +00:00
Include ZATs in host exposed aliases
This commit is contained in:
parent
161c2101a7
commit
20c2c308fa
2 changed files with 30 additions and 3 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