Include ZATs in host exposed aliases

This commit is contained in:
Ayaz Hafiz 2022-07-14 12:26:11 -04:00
parent 161c2101a7
commit 20c2c308fa
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 30 additions and 3 deletions

View file

@ -194,7 +194,7 @@ where
RawFunctionLayout::ZeroArgumentThunk(_) => {
let bytes = func_name_bytes_help(
*symbol,
[Layout::UNIT],
[],
CapturesNiche::no_niche(),
&top_level.result,
);