mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 00:05:02 +00:00
fixes to get rocLovesRust to work
This commit is contained in:
parent
5ab2466872
commit
033618f3f4
4 changed files with 9 additions and 9 deletions
|
@ -3979,8 +3979,8 @@ fn expose_function_to_host_help_c_abi_v2<'a, 'ctx, 'env>(
|
|||
// In C, this is modelled as a function returning void
|
||||
(
|
||||
¶ms[..],
|
||||
// ¶m_types[..param_types.len().saturating_sub(1)],
|
||||
¶m_types[..],
|
||||
¶m_types[..param_types.len().saturating_sub(1)],
|
||||
// ¶m_types[..],
|
||||
)
|
||||
}
|
||||
_ => (¶ms[..], ¶m_types[..]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue