mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +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
|
@ -3114,7 +3114,7 @@ fn specialize_external_help<'a>(
|
|||
let symbol = env.unique_symbol();
|
||||
let lambda_name = LambdaName::no_niche(symbol);
|
||||
|
||||
if false {
|
||||
if true {
|
||||
raw_function_layout = match raw_function_layout {
|
||||
RawFunctionLayout::Function(a, mut lambda_set, _) => {
|
||||
lambda_set.ret = in_layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue