Fix types

This commit is contained in:
Ayaz Hafiz 2023-07-12 17:52:05 -05:00
parent 00730be6fb
commit 016862ca28
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 10 additions and 1 deletions

View file

@ -117,6 +117,7 @@ fn build_app_mono<'a>(
ret_layout: int_layout,
is_self_recursive: SelfRecursive::NotSelfRecursive,
host_exposed_layouts: HostExposedLayouts::NotHostExposed,
is_erased: false,
};
let proc_layout = ProcLayout {